Shades of Classic Rose #FABCE0
Tints of Classic Rose #FABCE0
RGB
CMYK
RGB Variations
Color information
#FABCE0 (or 0xFABCE0) is known color: Classic Rose. HEX triplet: FA, BC and E0. RGB value is (250,188,224). Sum of RGB (Red+Green+Blue) = 250+188+224=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 188 (73.83% from 255 or 28.40% from 662); Blue value is 224 (87.89% from 255 or 33.84% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCE0 is #05431F. Grayscale: #D2D2D2. Windows color (decimal): -344864 or 14728442. OLE color: 14728442.
HSL color Cylindrical-coordinate representation of color #FABCE0: hue angle of 325.16º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABCE0 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 224 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.02 |
| HSL | 325.16º | 0.86% | 0.86% | - |
| HSV(B) | 325.16º | 0.25% | 0.98% | - |
| XYZ | 70.86 | 61.67 | 78.69 | - |
| YUV | 210.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 224 | 0 | 0.25 | 0.10 | 0.02 | 325.16 | 0.86 | 0.86 |
| Hex | FA | BC | E0 | 0 | 19 | A | 2 | 145 | 56 | 56 |
| Octal | 372 | 274 | 340 | 0 | 31 | 12 | 2 | 505 | 126 | 126 |
| Binary | 11111010 | 10111100 | 11100000 | 0 | 11001 | 1010 | 10 | 101000101 | 1010110 | 1010110 |
Color Harmonies of #FABCE0
Complementary color
Monochromatic Colors of #FABCE0
Black with #FABCE0
Text Example
Text Example
White with #FABCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABCE0; }
p { color: rgb(250,188,224); }
H1.HeaderClassName
{
color: #FABCE0;
}
.AnyTagClassName
{
color: #FABCE0;
}
</style>
background-color css
<style>
a { background-color: #FABCE0; }
a { background-color: rgb(250,188,224); }
div.DivClassName
{
background-color: #FABCE0;
}
.BgClassName
{
background-color: #FABCE0;
}
</style>
border-color css
<style>
span { border-color: #FABCE0; }
span { border-color: rgb(250,188,224); }
td.TdClassName
{
border-color: #FABCE0;
}
.TagClassName
{
border-color: #FABCE0;
}
</style>