Shades of Classic Rose #F2CEDD
Tints of Classic Rose #F2CEDD
RGB
CMYK
RGB Variations
Color information
#F2CEDD (or 0xF2CEDD) is known color: Classic Rose. HEX triplet: F2, CE and DD. RGB value is (242,206,221). Sum of RGB (Red+Green+Blue) = 242+206+221=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEDD is #0D3122. Grayscale: #DADADA. Windows color (decimal): -864547 or 14536434. OLE color: 14536434.
HSL color Cylindrical-coordinate representation of color #F2CEDD: hue angle of 335º 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 #F2CEDD is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 221 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.05 |
| HSL | 335º | 0.58% | 0.88% | - |
| HSV(B) | 335º | 0.15% | 0.95% | - |
| XYZ | 71.74 | 68.24 | 77.8 | - |
| YUV | 218.47 | 129.43 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 221 | 0 | 0.15 | 0.09 | 0.05 | 335 | 0.58 | 0.88 |
| Hex | F2 | CE | DD | 0 | F | 9 | 5 | 14F | 3A | 58 |
| Octal | 362 | 316 | 335 | 0 | 17 | 11 | 5 | 517 | 72 | 130 |
| Binary | 11110010 | 11001110 | 11011101 | 0 | 1111 | 1001 | 101 | 101001111 | 111010 | 1011000 |
Color Harmonies of #F2CEDD
Complementary color
Monochromatic Colors of #F2CEDD
Black with #F2CEDD
Text Example
Text Example
White with #F2CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEDD; }
p { color: rgb(242,206,221); }
H1.HeaderClassName
{
color: #F2CEDD;
}
.AnyTagClassName
{
color: #F2CEDD;
}
</style>
background-color css
<style>
a { background-color: #F2CEDD; }
a { background-color: rgb(242,206,221); }
div.DivClassName
{
background-color: #F2CEDD;
}
.BgClassName
{
background-color: #F2CEDD;
}
</style>
border-color css
<style>
span { border-color: #F2CEDD; }
span { border-color: rgb(242,206,221); }
td.TdClassName
{
border-color: #F2CEDD;
}
.TagClassName
{
border-color: #F2CEDD;
}
</style>