Shades of Classic Rose #F9C9EE
Tints of Classic Rose #F9C9EE
RGB
CMYK
RGB Variations
Color information
#F9C9EE (or 0xF9C9EE) is known color: Classic Rose. HEX triplet: F9, C9 and EE. RGB value is (249,201,238). Sum of RGB (Red+Green+Blue) = 249+201+238=688 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.19% from 688); Green value is 201 (78.91% from 255 or 29.22% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C9EE is #063611. Grayscale: #DBDBDB. Windows color (decimal): -407058 or 15649273. OLE color: 15649273.
HSL color Cylindrical-coordinate representation of color #F9C9EE: hue angle of 313.75º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9C9EE is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 201 | 238 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.02 |
| HSL | 313.75º | 0.8% | 0.88% | - |
| HSV(B) | 313.75º | 0.19% | 0.98% | - |
| XYZ | 75.39 | 68.09 | 90.06 | - |
| YUV | 219.57 | 138.4 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 201 | 238 | 0 | 0.19 | 0.04 | 0.02 | 313.75 | 0.8 | 0.88 |
| Hex | F9 | C9 | EE | 0 | 13 | 4 | 2 | 13A | 50 | 58 |
| Octal | 371 | 311 | 356 | 0 | 23 | 4 | 2 | 472 | 120 | 130 |
| Binary | 11111001 | 11001001 | 11101110 | 0 | 10011 | 100 | 10 | 100111010 | 1010000 | 1011000 |
Color Harmonies of #F9C9EE
Complementary color
Monochromatic Colors of #F9C9EE
Black with #F9C9EE
Text Example
Text Example
White with #F9C9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C9EE; }
p { color: rgb(249,201,238); }
H1.HeaderClassName
{
color: #F9C9EE;
}
.AnyTagClassName
{
color: #F9C9EE;
}
</style>
background-color css
<style>
a { background-color: #F9C9EE; }
a { background-color: rgb(249,201,238); }
div.DivClassName
{
background-color: #F9C9EE;
}
.BgClassName
{
background-color: #F9C9EE;
}
</style>
border-color css
<style>
span { border-color: #F9C9EE; }
span { border-color: rgb(249,201,238); }
td.TdClassName
{
border-color: #F9C9EE;
}
.TagClassName
{
border-color: #F9C9EE;
}
</style>