Shades of Classic Rose #F9CEE4
Tints of Classic Rose #F9CEE4
RGB
CMYK
RGB Variations
Color information
#F9CEE4 (or 0xF9CEE4) is known color: Classic Rose. HEX triplet: F9, CE and E4. RGB value is (249,206,228). Sum of RGB (Red+Green+Blue) = 249+206+228=683 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.46% from 683); Green value is 206 (80.86% from 255 or 30.16% from 683); Blue value is 228 (89.45% from 255 or 33.38% from 683); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CEE4 is #06311B. Grayscale: #DDDDDD. Windows color (decimal): -405788 or 14995193. OLE color: 14995193.
HSL color Cylindrical-coordinate representation of color #F9CEE4: hue angle of 329.3º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9CEE4 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 206 | 228 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.02 |
| HSL | 329.3º | 0.78% | 0.89% | - |
| HSV(B) | 329.3º | 0.17% | 0.98% | - |
| XYZ | 75.14 | 69.88 | 82.93 | - |
| YUV | 221.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 206 | 228 | 0 | 0.17 | 0.08 | 0.02 | 329.3 | 0.78 | 0.89 |
| Hex | F9 | CE | E4 | 0 | 11 | 8 | 2 | 149 | 4E | 59 |
| Octal | 371 | 316 | 344 | 0 | 21 | 10 | 2 | 511 | 116 | 131 |
| Binary | 11111001 | 11001110 | 11100100 | 0 | 10001 | 1000 | 10 | 101001001 | 1001110 | 1011001 |
Color Harmonies of #F9CEE4
Complementary color
Monochromatic Colors of #F9CEE4
Black with #F9CEE4
Text Example
Text Example
White with #F9CEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CEE4; }
p { color: rgb(249,206,228); }
H1.HeaderClassName
{
color: #F9CEE4;
}
.AnyTagClassName
{
color: #F9CEE4;
}
</style>
background-color css
<style>
a { background-color: #F9CEE4; }
a { background-color: rgb(249,206,228); }
div.DivClassName
{
background-color: #F9CEE4;
}
.BgClassName
{
background-color: #F9CEE4;
}
</style>
border-color css
<style>
span { border-color: #F9CEE4; }
span { border-color: rgb(249,206,228); }
td.TdClassName
{
border-color: #F9CEE4;
}
.TagClassName
{
border-color: #F9CEE4;
}
</style>