Shades of Classic Rose #F2CFDF
Tints of Classic Rose #F2CFDF
RGB
CMYK
RGB Variations
Color information
#F2CFDF (or 0xF2CFDF) is known color: Classic Rose. HEX triplet: F2, CF and DF. RGB value is (242,207,223). Sum of RGB (Red+Green+Blue) = 242+207+223=672 (89% of max value = 765). Red value is 242 (94.92% from 255 or 36.01% from 672); Green value is 207 (81.25% from 255 or 30.80% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFDF is #0D3020. Grayscale: #DBDBDB. Windows color (decimal): -864289 or 14667762. OLE color: 14667762.
HSL color Cylindrical-coordinate representation of color #F2CFDF: hue angle of 332.57º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2CFDF is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 223 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.05 |
| HSL | 332.57º | 0.57% | 0.88% | - |
| HSV(B) | 332.57º | 0.14% | 0.95% | - |
| XYZ | 72.25 | 68.83 | 79.29 | - |
| YUV | 219.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 223 | 0 | 0.14 | 0.08 | 0.05 | 332.57 | 0.57 | 0.88 |
| Hex | F2 | CF | DF | 0 | E | 8 | 5 | 14D | 39 | 58 |
| Octal | 362 | 317 | 337 | 0 | 16 | 10 | 5 | 515 | 71 | 130 |
| Binary | 11110010 | 11001111 | 11011111 | 0 | 1110 | 1000 | 101 | 101001101 | 111001 | 1011000 |
Color Harmonies of #F2CFDF
Complementary color
Monochromatic Colors of #F2CFDF
Black with #F2CFDF
Text Example
Text Example
White with #F2CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CFDF; }
p { color: rgb(242,207,223); }
H1.HeaderClassName
{
color: #F2CFDF;
}
.AnyTagClassName
{
color: #F2CFDF;
}
</style>
background-color css
<style>
a { background-color: #F2CFDF; }
a { background-color: rgb(242,207,223); }
div.DivClassName
{
background-color: #F2CFDF;
}
.BgClassName
{
background-color: #F2CFDF;
}
</style>
border-color css
<style>
span { border-color: #F2CFDF; }
span { border-color: rgb(242,207,223); }
td.TdClassName
{
border-color: #F2CFDF;
}
.TagClassName
{
border-color: #F2CFDF;
}
</style>