Shades of Classic Rose #FABEE0
Tints of Classic Rose #FABEE0
RGB
CMYK
RGB Variations
Color information
#FABEE0 (or 0xFABEE0) is known color: Classic Rose. HEX triplet: FA, BE and E0. RGB value is (250,190,224). Sum of RGB (Red+Green+Blue) = 250+190+224=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 190 (74.61% from 255 or 28.61% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABEE0 is #05411F. Grayscale: #D3D3D3. Windows color (decimal): -344352 or 14728954. OLE color: 14728954.
HSL color Cylindrical-coordinate representation of color #FABEE0: hue angle of 326º degrees, saturation: 0.86, 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 #FABEE0 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 224 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.02 |
| HSL | 326º | 0.86% | 0.86% | - |
| HSV(B) | 326º | 0.24% | 0.98% | - |
| XYZ | 71.29 | 62.53 | 78.83 | - |
| YUV | 211.82 | 134.88 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 224 | 0 | 0.24 | 0.10 | 0.02 | 326 | 0.86 | 0.86 |
| Hex | FA | BE | E0 | 0 | 18 | A | 2 | 146 | 56 | 56 |
| Octal | 372 | 276 | 340 | 0 | 30 | 12 | 2 | 506 | 126 | 126 |
| Binary | 11111010 | 10111110 | 11100000 | 0 | 11000 | 1010 | 10 | 101000110 | 1010110 | 1010110 |
Color Harmonies of #FABEE0
Complementary color
Monochromatic Colors of #FABEE0
Black with #FABEE0
Text Example
Text Example
White with #FABEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABEE0; }
p { color: rgb(250,190,224); }
H1.HeaderClassName
{
color: #FABEE0;
}
.AnyTagClassName
{
color: #FABEE0;
}
</style>
background-color css
<style>
a { background-color: #FABEE0; }
a { background-color: rgb(250,190,224); }
div.DivClassName
{
background-color: #FABEE0;
}
.BgClassName
{
background-color: #FABEE0;
}
</style>
border-color css
<style>
span { border-color: #FABEE0; }
span { border-color: rgb(250,190,224); }
td.TdClassName
{
border-color: #FABEE0;
}
.TagClassName
{
border-color: #FABEE0;
}
</style>