Shades of Classic Rose #F2CEDC
Tints of Classic Rose #F2CEDC
RGB
CMYK
RGB Variations
Color information
#F2CEDC (or 0xF2CEDC) is known color: Classic Rose. HEX triplet: F2, CE and DC. RGB value is (242,206,220). Sum of RGB (Red+Green+Blue) = 242+206+220=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEDC is #0D3123. Grayscale: #DADADA. Windows color (decimal): -864548 or 14470898. OLE color: 14470898.
HSL color Cylindrical-coordinate representation of color #F2CEDC: hue angle of 336.67º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2CEDC is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 220 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.05 |
| HSL | 336.67º | 0.58% | 0.88% | - |
| HSV(B) | 336.67º | 0.15% | 0.95% | - |
| XYZ | 71.61 | 68.19 | 77.1 | - |
| YUV | 218.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 220 | 0 | 0.15 | 0.09 | 0.05 | 336.67 | 0.58 | 0.88 |
| Hex | F2 | CE | DC | 0 | F | 9 | 5 | 151 | 3A | 58 |
| Octal | 362 | 316 | 334 | 0 | 17 | 11 | 5 | 521 | 72 | 130 |
| Binary | 11110010 | 11001110 | 11011100 | 0 | 1111 | 1001 | 101 | 101010001 | 111010 | 1011000 |
Color Harmonies of #F2CEDC
Complementary color
Monochromatic Colors of #F2CEDC
Black with #F2CEDC
Text Example
Text Example
White with #F2CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEDC; }
p { color: rgb(242,206,220); }
H1.HeaderClassName
{
color: #F2CEDC;
}
.AnyTagClassName
{
color: #F2CEDC;
}
</style>
background-color css
<style>
a { background-color: #F2CEDC; }
a { background-color: rgb(242,206,220); }
div.DivClassName
{
background-color: #F2CEDC;
}
.BgClassName
{
background-color: #F2CEDC;
}
</style>
border-color css
<style>
span { border-color: #F2CEDC; }
span { border-color: rgb(242,206,220); }
td.TdClassName
{
border-color: #F2CEDC;
}
.TagClassName
{
border-color: #F2CEDC;
}
</style>