Shades of Classic Rose #F2C9DD
Tints of Classic Rose #F2C9DD
RGB
CMYK
RGB Variations
Color information
#F2C9DD (or 0xF2C9DD) is known color: Classic Rose. HEX triplet: F2, C9 and DD. RGB value is (242,201,221). Sum of RGB (Red+Green+Blue) = 242+201+221=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 201 (78.91% from 255 or 30.27% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C9DD is #0D3622. Grayscale: #D7D7D7. Windows color (decimal): -865827 or 14535154. OLE color: 14535154.
HSL color Cylindrical-coordinate representation of color #F2C9DD: hue angle of 330.73º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2C9DD is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 221 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.05 |
| HSL | 330.73º | 0.61% | 0.87% | - |
| HSV(B) | 330.73º | 0.17% | 0.95% | - |
| XYZ | 70.56 | 65.87 | 77.4 | - |
| YUV | 215.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 221 | 0 | 0.17 | 0.09 | 0.05 | 330.73 | 0.61 | 0.87 |
| Hex | F2 | C9 | DD | 0 | 11 | 9 | 5 | 14B | 3D | 57 |
| Octal | 362 | 311 | 335 | 0 | 21 | 11 | 5 | 513 | 75 | 127 |
| Binary | 11110010 | 11001001 | 11011101 | 0 | 10001 | 1001 | 101 | 101001011 | 111101 | 1010111 |
Color Harmonies of #F2C9DD
Complementary color
Monochromatic Colors of #F2C9DD
Black with #F2C9DD
Text Example
Text Example
White with #F2C9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C9DD; }
p { color: rgb(242,201,221); }
H1.HeaderClassName
{
color: #F2C9DD;
}
.AnyTagClassName
{
color: #F2C9DD;
}
</style>
background-color css
<style>
a { background-color: #F2C9DD; }
a { background-color: rgb(242,201,221); }
div.DivClassName
{
background-color: #F2C9DD;
}
.BgClassName
{
background-color: #F2C9DD;
}
</style>
border-color css
<style>
span { border-color: #F2C9DD; }
span { border-color: rgb(242,201,221); }
td.TdClassName
{
border-color: #F2C9DD;
}
.TagClassName
{
border-color: #F2C9DD;
}
</style>