Shades of Classic Rose #F9CFEA
Tints of Classic Rose #F9CFEA
RGB
CMYK
RGB Variations
Color information
#F9CFEA (or 0xF9CFEA) is known color: Classic Rose. HEX triplet: F9, CF and EA. RGB value is (249,207,234). Sum of RGB (Red+Green+Blue) = 249+207+234=690 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.09% from 690); Green value is 207 (81.25% from 255 or 30% from 690); Blue value is 234 (91.80% from 255 or 33.91% from 690); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CFEA is #063015. Grayscale: #DEDEDE. Windows color (decimal): -405526 or 15388665. OLE color: 15388665.
HSL color Cylindrical-coordinate representation of color #F9CFEA: hue angle of 321.43º 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 #F9CFEA is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 207 | 234 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.02 |
| HSL | 321.43º | 0.78% | 0.89% | - |
| HSV(B) | 321.43º | 0.17% | 0.98% | - |
| XYZ | 76.23 | 70.71 | 87.47 | - |
| YUV | 222.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 207 | 234 | 0 | 0.17 | 0.06 | 0.02 | 321.43 | 0.78 | 0.89 |
| Hex | F9 | CF | EA | 0 | 11 | 6 | 2 | 141 | 4E | 59 |
| Octal | 371 | 317 | 352 | 0 | 21 | 6 | 2 | 501 | 116 | 131 |
| Binary | 11111001 | 11001111 | 11101010 | 0 | 10001 | 110 | 10 | 101000001 | 1001110 | 1011001 |
Color Harmonies of #F9CFEA
Complementary color
Monochromatic Colors of #F9CFEA
Black with #F9CFEA
Text Example
Text Example
White with #F9CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CFEA; }
p { color: rgb(249,207,234); }
H1.HeaderClassName
{
color: #F9CFEA;
}
.AnyTagClassName
{
color: #F9CFEA;
}
</style>
background-color css
<style>
a { background-color: #F9CFEA; }
a { background-color: rgb(249,207,234); }
div.DivClassName
{
background-color: #F9CFEA;
}
.BgClassName
{
background-color: #F9CFEA;
}
</style>
border-color css
<style>
span { border-color: #F9CFEA; }
span { border-color: rgb(249,207,234); }
td.TdClassName
{
border-color: #F9CFEA;
}
.TagClassName
{
border-color: #F9CFEA;
}
</style>