Color spaces of #f0cbde
RGB | 240 | 203 | 222 |
---|---|---|---|
HSL | 0.91 | 0.55 | 0.87 |
HSV | 329° | 15° | 94° |
CMYK | 0.00 | 0.15 | 0.08 0.06 |
XYZ | 70.4759 | 66.5111 | 78.2307 |
Yxy | 66.5111 | 0.3275 | 0.3090 |
Hunter Lab | 81.5543 | 11.5323 | 0.2143 |
CIE-Lab | 85.2565 | 16.1041 | -4.5502 |
#f0cbde color RGB value is (240,203,222).
#f0cbde hex color red value is 240, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f0cbde hue: 0.91 , saturation: 0.55 and the lightness value of f0cbde is 0.87.
The process color (four color CMYK) of #f0cbde color hex is 0.00, 0.15, 0.08, 0.06. Web safe color of #f0cbde is #ffcccc. Color #f0cbde contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 11001011 | 11011110 |
Octal | 360 | 313 | 336 |
Decimal | 240 | 203 | 222 |
Hex | F0 | CB | DE |
Shades of #f0cbde
Tints of #f0cbde
RGB Percentages of Color #f0cbde
CMYK Percentages of Color #f0cbde
Complementary Color
#f0cbde | #cbf0dd |
#f0cbde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f0cbde Color Preview on White Background
Lorem ipsum dolor sit amet.
#f0cbde Color CSS Codes
.mybgcolor {background-color:#f0cbde; } .myforecolor {color:#f0cbde; } .mybordercolor {border:3px solid #f0cbde; }
#f0cbde Text Font Color
<p style="color:#f0cbde">Text here</p>
This sample text font color is #f0cbde
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#f0cbde Background Color
<div style="background-color:#f0cbde">
Div content here</div>
This div background color is #f0cbde
#f0cbde Border Color
<div style="border:3px solid #f0cbde">
Div here</div>
This div border color is #f0cbde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,203,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f0cbde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f0cbde; -webkit-box-shadow: 1px 1px 3px 2px #f0cbde; box-shadow: 1px 1px 3px 2px #f0cbde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,203,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f0cbde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f0cbde; -webkit-box-shadow: 1px 1px 3px 2px #f0cbde; box-shadow: 1px 1px 3px 2px #f0cbde;">
Div content here</div>
This div box has shadow with color #f0cbde
Comments
No comments written yet.
Please login to write comment.