Shades of Classic Rose #F9BEE0
Tints of Classic Rose #F9BEE0
RGB
CMYK
RGB Variations
Color information
#F9BEE0 (or 0xF9BEE0) is known color: Classic Rose. HEX triplet: F9, BE and E0. RGB value is (249,190,224). Sum of RGB (Red+Green+Blue) = 249+190+224=663 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.56% from 663); Green value is 190 (74.61% from 255 or 28.66% from 663); Blue value is 224 (87.89% from 255 or 33.79% from 663); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BEE0 is #06411F. Grayscale: #D3D3D3. Windows color (decimal): -409888 or 14728953. OLE color: 14728953.
HSL color Cylindrical-coordinate representation of color #F9BEE0: hue angle of 325.42º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BEE0 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 190 | 224 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.02 |
| HSL | 325.42º | 0.83% | 0.86% | - |
| HSV(B) | 325.42º | 0.24% | 0.98% | - |
| XYZ | 70.93 | 62.35 | 78.82 | - |
| YUV | 211.52 | 135.05 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 190 | 224 | 0 | 0.24 | 0.10 | 0.02 | 325.42 | 0.83 | 0.86 |
| Hex | F9 | BE | E0 | 0 | 18 | A | 2 | 145 | 53 | 56 |
| Octal | 371 | 276 | 340 | 0 | 30 | 12 | 2 | 505 | 123 | 126 |
| Binary | 11111001 | 10111110 | 11100000 | 0 | 11000 | 1010 | 10 | 101000101 | 1010011 | 1010110 |
Color Harmonies of #F9BEE0
Complementary color
Monochromatic Colors of #F9BEE0
Black with #F9BEE0
Text Example
Text Example
White with #F9BEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BEE0; }
p { color: rgb(249,190,224); }
H1.HeaderClassName
{
color: #F9BEE0;
}
.AnyTagClassName
{
color: #F9BEE0;
}
</style>
background-color css
<style>
a { background-color: #F9BEE0; }
a { background-color: rgb(249,190,224); }
div.DivClassName
{
background-color: #F9BEE0;
}
.BgClassName
{
background-color: #F9BEE0;
}
</style>
border-color css
<style>
span { border-color: #F9BEE0; }
span { border-color: rgb(249,190,224); }
td.TdClassName
{
border-color: #F9BEE0;
}
.TagClassName
{
border-color: #F9BEE0;
}
</style>