Shades of Classic Rose #F2CBDF
Tints of Classic Rose #F2CBDF
RGB
CMYK
RGB Variations
Color information
#F2CBDF (or 0xF2CBDF) is known color: Classic Rose. HEX triplet: F2, CB and DF. RGB value is (242,203,223). Sum of RGB (Red+Green+Blue) = 242+203+223=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CBDF is #0D3420. Grayscale: #D8D8D8. Windows color (decimal): -865313 or 14666738. OLE color: 14666738.
HSL color Cylindrical-coordinate representation of color #F2CBDF: hue angle of 329.23º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CBDF is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 223 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.05 |
| HSL | 329.23º | 0.6% | 0.87% | - |
| HSV(B) | 329.23º | 0.16% | 0.95% | - |
| XYZ | 71.29 | 66.92 | 78.97 | - |
| YUV | 216.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 223 | 0 | 0.16 | 0.08 | 0.05 | 329.23 | 0.6 | 0.87 |
| Hex | F2 | CB | DF | 0 | 10 | 8 | 5 | 149 | 3C | 57 |
| Octal | 362 | 313 | 337 | 0 | 20 | 10 | 5 | 511 | 74 | 127 |
| Binary | 11110010 | 11001011 | 11011111 | 0 | 10000 | 1000 | 101 | 101001001 | 111100 | 1010111 |
Color Harmonies of #F2CBDF
Complementary color
Monochromatic Colors of #F2CBDF
Black with #F2CBDF
Text Example
Text Example
White with #F2CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CBDF; }
p { color: rgb(242,203,223); }
H1.HeaderClassName
{
color: #F2CBDF;
}
.AnyTagClassName
{
color: #F2CBDF;
}
</style>
background-color css
<style>
a { background-color: #F2CBDF; }
a { background-color: rgb(242,203,223); }
div.DivClassName
{
background-color: #F2CBDF;
}
.BgClassName
{
background-color: #F2CBDF;
}
</style>
border-color css
<style>
span { border-color: #F2CBDF; }
span { border-color: rgb(242,203,223); }
td.TdClassName
{
border-color: #F2CBDF;
}
.TagClassName
{
border-color: #F2CBDF;
}
</style>