Shades of Classic Rose #F2CDDF
Tints of Classic Rose #F2CDDF
RGB
CMYK
RGB Variations
Color information
#F2CDDF (or 0xF2CDDF) is known color: Classic Rose. HEX triplet: F2, CD and DF. RGB value is (242,205,223). Sum of RGB (Red+Green+Blue) = 242+205+223=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CDDF is #0D3220. Grayscale: #DADADA. Windows color (decimal): -864801 or 14667250. OLE color: 14667250.
HSL color Cylindrical-coordinate representation of color #F2CDDF: hue angle of 330.81º degrees, saturation: 0.59, 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 #F2CDDF is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 205 | 223 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.05 |
| HSL | 330.81º | 0.59% | 0.88% | - |
| HSV(B) | 330.81º | 0.15% | 0.95% | - |
| XYZ | 71.77 | 67.87 | 79.13 | - |
| YUV | 218.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 223 | 0 | 0.15 | 0.08 | 0.05 | 330.81 | 0.59 | 0.88 |
| Hex | F2 | CD | DF | 0 | F | 8 | 5 | 14B | 3B | 58 |
| Octal | 362 | 315 | 337 | 0 | 17 | 10 | 5 | 513 | 73 | 130 |
| Binary | 11110010 | 11001101 | 11011111 | 0 | 1111 | 1000 | 101 | 101001011 | 111011 | 1011000 |
Color Harmonies of #F2CDDF
Complementary color
Monochromatic Colors of #F2CDDF
Black with #F2CDDF
Text Example
Text Example
White with #F2CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CDDF; }
p { color: rgb(242,205,223); }
H1.HeaderClassName
{
color: #F2CDDF;
}
.AnyTagClassName
{
color: #F2CDDF;
}
</style>
background-color css
<style>
a { background-color: #F2CDDF; }
a { background-color: rgb(242,205,223); }
div.DivClassName
{
background-color: #F2CDDF;
}
.BgClassName
{
background-color: #F2CDDF;
}
</style>
border-color css
<style>
span { border-color: #F2CDDF; }
span { border-color: rgb(242,205,223); }
td.TdClassName
{
border-color: #F2CDDF;
}
.TagClassName
{
border-color: #F2CDDF;
}
</style>