Shades of Classic Rose #FABDE8
Tints of Classic Rose #FABDE8
RGB
CMYK
RGB Variations
Color information
#FABDE8 (or 0xFABDE8) is known color: Classic Rose. HEX triplet: FA, BD and E8. RGB value is (250,189,232). Sum of RGB (Red+Green+Blue) = 250+189+232=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 189 (74.22% from 255 or 28.17% from 671); Blue value is 232 (91.02% from 255 or 34.58% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABDE8 is #054217. Grayscale: #D4D4D4. Windows color (decimal): -344600 or 15252986. OLE color: 15252986.
HSL color Cylindrical-coordinate representation of color #FABDE8: hue angle of 317.7º 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 #FABDE8 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 232 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.02 |
| HSL | 317.7º | 0.86% | 0.86% | - |
| HSV(B) | 317.7º | 0.24% | 0.98% | - |
| XYZ | 72.19 | 62.55 | 84.61 | - |
| YUV | 212.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 232 | 0 | 0.24 | 0.07 | 0.02 | 317.7 | 0.86 | 0.86 |
| Hex | FA | BD | E8 | 0 | 18 | 7 | 2 | 13E | 56 | 56 |
| Octal | 372 | 275 | 350 | 0 | 30 | 7 | 2 | 476 | 126 | 126 |
| Binary | 11111010 | 10111101 | 11101000 | 0 | 11000 | 111 | 10 | 100111110 | 1010110 | 1010110 |
Color Harmonies of #FABDE8
Complementary color
Monochromatic Colors of #FABDE8
Black with #FABDE8
Text Example
Text Example
White with #FABDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDE8; }
p { color: rgb(250,189,232); }
H1.HeaderClassName
{
color: #FABDE8;
}
.AnyTagClassName
{
color: #FABDE8;
}
</style>
background-color css
<style>
a { background-color: #FABDE8; }
a { background-color: rgb(250,189,232); }
div.DivClassName
{
background-color: #FABDE8;
}
.BgClassName
{
background-color: #FABDE8;
}
</style>
border-color css
<style>
span { border-color: #FABDE8; }
span { border-color: rgb(250,189,232); }
td.TdClassName
{
border-color: #FABDE8;
}
.TagClassName
{
border-color: #FABDE8;
}
</style>