Shades of Classic Rose #F9CBE4
Tints of Classic Rose #F9CBE4
RGB
CMYK
RGB Variations
Color information
#F9CBE4 (or 0xF9CBE4) is known color: Classic Rose. HEX triplet: F9, CB and E4. RGB value is (249,203,228). Sum of RGB (Red+Green+Blue) = 249+203+228=680 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.62% from 680); Green value is 203 (79.69% from 255 or 29.85% from 680); Blue value is 228 (89.45% from 255 or 33.53% from 680); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CBE4 is #06341B. Grayscale: #DBDBDB. Windows color (decimal): -406556 or 14994425. OLE color: 14994425.
HSL color Cylindrical-coordinate representation of color #F9CBE4: hue angle of 327.39º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9CBE4 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 203 | 228 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.02 |
| HSL | 327.39º | 0.79% | 0.89% | - |
| HSV(B) | 327.39º | 0.18% | 0.98% | - |
| XYZ | 74.43 | 68.45 | 82.69 | - |
| YUV | 219.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 203 | 228 | 0 | 0.18 | 0.08 | 0.02 | 327.39 | 0.79 | 0.89 |
| Hex | F9 | CB | E4 | 0 | 12 | 8 | 2 | 147 | 4F | 59 |
| Octal | 371 | 313 | 344 | 0 | 22 | 10 | 2 | 507 | 117 | 131 |
| Binary | 11111001 | 11001011 | 11100100 | 0 | 10010 | 1000 | 10 | 101000111 | 1001111 | 1011001 |
Color Harmonies of #F9CBE4
Complementary color
Monochromatic Colors of #F9CBE4
Black with #F9CBE4
Text Example
Text Example
White with #F9CBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CBE4; }
p { color: rgb(249,203,228); }
H1.HeaderClassName
{
color: #F9CBE4;
}
.AnyTagClassName
{
color: #F9CBE4;
}
</style>
background-color css
<style>
a { background-color: #F9CBE4; }
a { background-color: rgb(249,203,228); }
div.DivClassName
{
background-color: #F9CBE4;
}
.BgClassName
{
background-color: #F9CBE4;
}
</style>
border-color css
<style>
span { border-color: #F9CBE4; }
span { border-color: rgb(249,203,228); }
td.TdClassName
{
border-color: #F9CBE4;
}
.TagClassName
{
border-color: #F9CBE4;
}
</style>