Shades of Classic Rose #F9CEE1
Tints of Classic Rose #F9CEE1
RGB
CMYK
RGB Variations
Color information
#F9CEE1 (or 0xF9CEE1) is known color: Classic Rose. HEX triplet: F9, CE and E1. RGB value is (249,206,225). Sum of RGB (Red+Green+Blue) = 249+206+225=680 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.62% from 680); Green value is 206 (80.86% from 255 or 30.29% from 680); Blue value is 225 (88.28% from 255 or 33.09% from 680); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CEE1 is #06311E. Grayscale: #DCDCDC. Windows color (decimal): -405791 or 14798585. OLE color: 14798585.
HSL color Cylindrical-coordinate representation of color #F9CEE1: hue angle of 333.49º 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 #F9CEE1 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 206 | 225 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.02 |
| HSL | 333.49º | 0.78% | 0.89% | - |
| HSV(B) | 333.49º | 0.17% | 0.98% | - |
| XYZ | 74.73 | 69.72 | 80.75 | - |
| YUV | 221.02 | 130.25 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 206 | 225 | 0 | 0.17 | 0.10 | 0.02 | 333.49 | 0.78 | 0.89 |
| Hex | F9 | CE | E1 | 0 | 11 | A | 2 | 14D | 4E | 59 |
| Octal | 371 | 316 | 341 | 0 | 21 | 12 | 2 | 515 | 116 | 131 |
| Binary | 11111001 | 11001110 | 11100001 | 0 | 10001 | 1010 | 10 | 101001101 | 1001110 | 1011001 |
Color Harmonies of #F9CEE1
Complementary color
Monochromatic Colors of #F9CEE1
Black with #F9CEE1
Text Example
Text Example
White with #F9CEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CEE1; }
p { color: rgb(249,206,225); }
H1.HeaderClassName
{
color: #F9CEE1;
}
.AnyTagClassName
{
color: #F9CEE1;
}
</style>
background-color css
<style>
a { background-color: #F9CEE1; }
a { background-color: rgb(249,206,225); }
div.DivClassName
{
background-color: #F9CEE1;
}
.BgClassName
{
background-color: #F9CEE1;
}
</style>
border-color css
<style>
span { border-color: #F9CEE1; }
span { border-color: rgb(249,206,225); }
td.TdClassName
{
border-color: #F9CEE1;
}
.TagClassName
{
border-color: #F9CEE1;
}
</style>