Shades of Classic Rose #FABEE8
Tints of Classic Rose #FABEE8
RGB
CMYK
RGB Variations
Color information
#FABEE8 (or 0xFABEE8) is known color: Classic Rose. HEX triplet: FA, BE and E8. RGB value is (250,190,232). Sum of RGB (Red+Green+Blue) = 250+190+232=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 190 (74.61% from 255 or 28.27% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABEE8 is #054117. Grayscale: #D4D4D4. Windows color (decimal): -344344 or 15253242. OLE color: 15253242.
HSL color Cylindrical-coordinate representation of color #FABEE8: hue angle of 318º 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 #FABEE8 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 232 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.02 |
| HSL | 318º | 0.86% | 0.86% | - |
| HSV(B) | 318º | 0.24% | 0.98% | - |
| XYZ | 72.4 | 62.98 | 84.68 | - |
| YUV | 212.73 | 138.88 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 232 | 0 | 0.24 | 0.07 | 0.02 | 318 | 0.86 | 0.86 |
| Hex | FA | BE | E8 | 0 | 18 | 7 | 2 | 13E | 56 | 56 |
| Octal | 372 | 276 | 350 | 0 | 30 | 7 | 2 | 476 | 126 | 126 |
| Binary | 11111010 | 10111110 | 11101000 | 0 | 11000 | 111 | 10 | 100111110 | 1010110 | 1010110 |
Color Harmonies of #FABEE8
Complementary color
Monochromatic Colors of #FABEE8
Black with #FABEE8
Text Example
Text Example
White with #FABEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABEE8; }
p { color: rgb(250,190,232); }
H1.HeaderClassName
{
color: #FABEE8;
}
.AnyTagClassName
{
color: #FABEE8;
}
</style>
background-color css
<style>
a { background-color: #FABEE8; }
a { background-color: rgb(250,190,232); }
div.DivClassName
{
background-color: #FABEE8;
}
.BgClassName
{
background-color: #FABEE8;
}
</style>
border-color css
<style>
span { border-color: #FABEE8; }
span { border-color: rgb(250,190,232); }
td.TdClassName
{
border-color: #FABEE8;
}
.TagClassName
{
border-color: #FABEE8;
}
</style>