Shades of Classic Rose #F9C5EE
Tints of Classic Rose #F9C5EE
RGB
CMYK
RGB Variations
Color information
#F9C5EE (or 0xF9C5EE) is known color: Classic Rose. HEX triplet: F9, C5 and EE. RGB value is (249,197,238). Sum of RGB (Red+Green+Blue) = 249+197+238=684 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.40% from 684); Green value is 197 (77.34% from 255 or 28.80% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C5EE is #063A11. Grayscale: #D9D9D9. Windows color (decimal): -408082 or 15648249. OLE color: 15648249.
HSL color Cylindrical-coordinate representation of color #F9C5EE: hue angle of 312.69º degrees, saturation: 0.81, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F9C5EE is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 197 | 238 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.02 |
| HSL | 312.69º | 0.81% | 0.87% | - |
| HSV(B) | 312.69º | 0.21% | 0.98% | - |
| XYZ | 74.47 | 66.25 | 89.75 | - |
| YUV | 217.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 197 | 238 | 0 | 0.21 | 0.04 | 0.02 | 312.69 | 0.81 | 0.87 |
| Hex | F9 | C5 | EE | 0 | 15 | 4 | 2 | 139 | 51 | 57 |
| Octal | 371 | 305 | 356 | 0 | 25 | 4 | 2 | 471 | 121 | 127 |
| Binary | 11111001 | 11000101 | 11101110 | 0 | 10101 | 100 | 10 | 100111001 | 1010001 | 1010111 |
Color Harmonies of #F9C5EE
Complementary color
Monochromatic Colors of #F9C5EE
Black with #F9C5EE
Text Example
Text Example
White with #F9C5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C5EE; }
p { color: rgb(249,197,238); }
H1.HeaderClassName
{
color: #F9C5EE;
}
.AnyTagClassName
{
color: #F9C5EE;
}
</style>
background-color css
<style>
a { background-color: #F9C5EE; }
a { background-color: rgb(249,197,238); }
div.DivClassName
{
background-color: #F9C5EE;
}
.BgClassName
{
background-color: #F9C5EE;
}
</style>
border-color css
<style>
span { border-color: #F9C5EE; }
span { border-color: rgb(249,197,238); }
td.TdClassName
{
border-color: #F9C5EE;
}
.TagClassName
{
border-color: #F9C5EE;
}
</style>