Shades of Classic Rose #F9D1EE
Tints of Classic Rose #F9D1EE
RGB
CMYK
RGB Variations
Color information
#F9D1EE (or 0xF9D1EE) is known color: Classic Rose. HEX triplet: F9, D1 and EE. RGB value is (249,209,238). Sum of RGB (Red+Green+Blue) = 249+209+238=696 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.78% from 696); Green value is 209 (82.03% from 255 or 30.03% from 696); Blue value is 238 (93.36% from 255 or 34.20% from 696); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D1EE is #062E11. Grayscale: #E0E0E0. Windows color (decimal): -405010 or 15651321. OLE color: 15651321.
HSL color Cylindrical-coordinate representation of color #F9D1EE: hue angle of 316.5º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F9D1EE is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 209 | 238 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.02 |
| HSL | 316.5º | 0.77% | 0.9% | - |
| HSV(B) | 316.5º | 0.16% | 0.98% | - |
| XYZ | 77.3 | 71.91 | 90.7 | - |
| YUV | 224.27 | 135.75 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 209 | 238 | 0 | 0.16 | 0.04 | 0.02 | 316.5 | 0.77 | 0.9 |
| Hex | F9 | D1 | EE | 0 | 10 | 4 | 2 | 13C | 4D | 5A |
| Octal | 371 | 321 | 356 | 0 | 20 | 4 | 2 | 474 | 115 | 132 |
| Binary | 11111001 | 11010001 | 11101110 | 0 | 10000 | 100 | 10 | 100111100 | 1001101 | 1011010 |
Color Harmonies of #F9D1EE
Complementary color
Monochromatic Colors of #F9D1EE
Black with #F9D1EE
Text Example
Text Example
White with #F9D1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D1EE; }
p { color: rgb(249,209,238); }
H1.HeaderClassName
{
color: #F9D1EE;
}
.AnyTagClassName
{
color: #F9D1EE;
}
</style>
background-color css
<style>
a { background-color: #F9D1EE; }
a { background-color: rgb(249,209,238); }
div.DivClassName
{
background-color: #F9D1EE;
}
.BgClassName
{
background-color: #F9D1EE;
}
</style>
border-color css
<style>
span { border-color: #F9D1EE; }
span { border-color: rgb(249,209,238); }
td.TdClassName
{
border-color: #F9D1EE;
}
.TagClassName
{
border-color: #F9D1EE;
}
</style>