Shades of Classic Rose #F2CEDE
Tints of Classic Rose #F2CEDE
RGB
CMYK
RGB Variations
Color information
#F2CEDE (or 0xF2CEDE) is known color: Classic Rose. HEX triplet: F2, CE and DE. RGB value is (242,206,222). Sum of RGB (Red+Green+Blue) = 242+206+222=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEDE is #0D3121. Grayscale: #DADADA. Windows color (decimal): -864546 or 14601970. OLE color: 14601970.
HSL color Cylindrical-coordinate representation of color #F2CEDE: hue angle of 333.33º 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 #F2CEDE is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 222 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.05 |
| HSL | 333.33º | 0.58% | 0.88% | - |
| HSV(B) | 333.33º | 0.15% | 0.95% | - |
| XYZ | 71.87 | 68.29 | 78.5 | - |
| YUV | 218.59 | 129.93 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 222 | 0 | 0.15 | 0.08 | 0.05 | 333.33 | 0.58 | 0.88 |
| Hex | F2 | CE | DE | 0 | F | 8 | 5 | 14D | 3A | 58 |
| Octal | 362 | 316 | 336 | 0 | 17 | 10 | 5 | 515 | 72 | 130 |
| Binary | 11110010 | 11001110 | 11011110 | 0 | 1111 | 1000 | 101 | 101001101 | 111010 | 1011000 |
Color Harmonies of #F2CEDE
Complementary color
Monochromatic Colors of #F2CEDE
Black with #F2CEDE
Text Example
Text Example
White with #F2CEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEDE; }
p { color: rgb(242,206,222); }
H1.HeaderClassName
{
color: #F2CEDE;
}
.AnyTagClassName
{
color: #F2CEDE;
}
</style>
background-color css
<style>
a { background-color: #F2CEDE; }
a { background-color: rgb(242,206,222); }
div.DivClassName
{
background-color: #F2CEDE;
}
.BgClassName
{
background-color: #F2CEDE;
}
</style>
border-color css
<style>
span { border-color: #F2CEDE; }
span { border-color: rgb(242,206,222); }
td.TdClassName
{
border-color: #F2CEDE;
}
.TagClassName
{
border-color: #F2CEDE;
}
</style>