Shades of Classic Rose #F9D4EE
Tints of Classic Rose #F9D4EE
RGB
CMYK
RGB Variations
Color information
#F9D4EE (or 0xF9D4EE) is known color: Classic Rose. HEX triplet: F9, D4 and EE. RGB value is (249,212,238). Sum of RGB (Red+Green+Blue) = 249+212+238=699 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.62% from 699); Green value is 212 (83.20% from 255 or 30.33% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D4EE is #062B11. Grayscale: #E1E1E1. Windows color (decimal): -404242 or 15652089. OLE color: 15652089.
HSL color Cylindrical-coordinate representation of color #F9D4EE: hue angle of 317.84º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F9D4EE is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 212 | 238 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.02 |
| HSL | 317.84º | 0.76% | 0.9% | - |
| HSV(B) | 317.84º | 0.15% | 0.98% | - |
| XYZ | 78.04 | 73.4 | 90.94 | - |
| YUV | 226.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 212 | 238 | 0 | 0.15 | 0.04 | 0.02 | 317.84 | 0.76 | 0.9 |
| Hex | F9 | D4 | EE | 0 | F | 4 | 2 | 13E | 4C | 5A |
| Octal | 371 | 324 | 356 | 0 | 17 | 4 | 2 | 476 | 114 | 132 |
| Binary | 11111001 | 11010100 | 11101110 | 0 | 1111 | 100 | 10 | 100111110 | 1001100 | 1011010 |
Color Harmonies of #F9D4EE
Complementary color
Monochromatic Colors of #F9D4EE
Black with #F9D4EE
Text Example
Text Example
White with #F9D4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D4EE; }
p { color: rgb(249,212,238); }
H1.HeaderClassName
{
color: #F9D4EE;
}
.AnyTagClassName
{
color: #F9D4EE;
}
</style>
background-color css
<style>
a { background-color: #F9D4EE; }
a { background-color: rgb(249,212,238); }
div.DivClassName
{
background-color: #F9D4EE;
}
.BgClassName
{
background-color: #F9D4EE;
}
</style>
border-color css
<style>
span { border-color: #F9D4EE; }
span { border-color: rgb(249,212,238); }
td.TdClassName
{
border-color: #F9D4EE;
}
.TagClassName
{
border-color: #F9D4EE;
}
</style>