Shades of Classic Rose #F9CFEE
Tints of Classic Rose #F9CFEE
RGB
CMYK
RGB Variations
Color information
#F9CFEE (or 0xF9CFEE) is known color: Classic Rose. HEX triplet: F9, CF and EE. RGB value is (249,207,238). Sum of RGB (Red+Green+Blue) = 249+207+238=694 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.88% from 694); Green value is 207 (81.25% from 255 or 29.83% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CFEE is #063011. Grayscale: #DFDFDF. Windows color (decimal): -405522 or 15650809. OLE color: 15650809.
HSL color Cylindrical-coordinate representation of color #F9CFEE: hue angle of 315.71º 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 #F9CFEE is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 207 | 238 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.02 |
| HSL | 315.71º | 0.78% | 0.89% | - |
| HSV(B) | 315.71º | 0.17% | 0.98% | - |
| XYZ | 76.81 | 70.94 | 90.53 | - |
| YUV | 223.09 | 136.41 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 207 | 238 | 0 | 0.17 | 0.04 | 0.02 | 315.71 | 0.78 | 0.89 |
| Hex | F9 | CF | EE | 0 | 11 | 4 | 2 | 13C | 4E | 59 |
| Octal | 371 | 317 | 356 | 0 | 21 | 4 | 2 | 474 | 116 | 131 |
| Binary | 11111001 | 11001111 | 11101110 | 0 | 10001 | 100 | 10 | 100111100 | 1001110 | 1011001 |
Color Harmonies of #F9CFEE
Complementary color
Monochromatic Colors of #F9CFEE
Black with #F9CFEE
Text Example
Text Example
White with #F9CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CFEE; }
p { color: rgb(249,207,238); }
H1.HeaderClassName
{
color: #F9CFEE;
}
.AnyTagClassName
{
color: #F9CFEE;
}
</style>
background-color css
<style>
a { background-color: #F9CFEE; }
a { background-color: rgb(249,207,238); }
div.DivClassName
{
background-color: #F9CFEE;
}
.BgClassName
{
background-color: #F9CFEE;
}
</style>
border-color css
<style>
span { border-color: #F9CFEE; }
span { border-color: rgb(249,207,238); }
td.TdClassName
{
border-color: #F9CFEE;
}
.TagClassName
{
border-color: #F9CFEE;
}
</style>