Shades of Classic Rose #F0CEDD
Tints of Classic Rose #F0CEDD
RGB
CMYK
RGB Variations
Color information
#F0CEDD (or 0xF0CEDD) is known color: Classic Rose. HEX triplet: F0, CE and DD. RGB value is (240,206,221). Sum of RGB (Red+Green+Blue) = 240+206+221=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CEDD is #0F3122. Grayscale: #D9D9D9. Windows color (decimal): -995619 or 14536432. OLE color: 14536432.
HSL color Cylindrical-coordinate representation of color #F0CEDD: hue angle of 333.53º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0CEDD is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 221 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.06 |
| HSL | 333.53º | 0.53% | 0.87% | - |
| HSV(B) | 333.53º | 0.14% | 0.94% | - |
| XYZ | 71.06 | 67.89 | 77.77 | - |
| YUV | 217.88 | 129.76 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 221 | 0 | 0.14 | 0.08 | 0.06 | 333.53 | 0.53 | 0.87 |
| Hex | F0 | CE | DD | 0 | E | 8 | 6 | 14E | 35 | 57 |
| Octal | 360 | 316 | 335 | 0 | 16 | 10 | 6 | 516 | 65 | 127 |
| Binary | 11110000 | 11001110 | 11011101 | 0 | 1110 | 1000 | 110 | 101001110 | 110101 | 1010111 |
Color Harmonies of #F0CEDD
Complementary color
Monochromatic Colors of #F0CEDD
Black with #F0CEDD
Text Example
Text Example
White with #F0CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CEDD; }
p { color: rgb(240,206,221); }
H1.HeaderClassName
{
color: #F0CEDD;
}
.AnyTagClassName
{
color: #F0CEDD;
}
</style>
background-color css
<style>
a { background-color: #F0CEDD; }
a { background-color: rgb(240,206,221); }
div.DivClassName
{
background-color: #F0CEDD;
}
.BgClassName
{
background-color: #F0CEDD;
}
</style>
border-color css
<style>
span { border-color: #F0CEDD; }
span { border-color: rgb(240,206,221); }
td.TdClassName
{
border-color: #F0CEDD;
}
.TagClassName
{
border-color: #F0CEDD;
}
</style>