Shades of Classic Rose #FABCE1
Tints of Classic Rose #FABCE1
RGB
CMYK
RGB Variations
Color information
#FABCE1 (or 0xFABCE1) is known color: Classic Rose. HEX triplet: FA, BC and E1. RGB value is (250,188,225). Sum of RGB (Red+Green+Blue) = 250+188+225=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 188 (73.83% from 255 or 28.36% from 663); Blue value is 225 (88.28% from 255 or 33.94% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCE1 is #05431E. Grayscale: #D2D2D2. Windows color (decimal): -344863 or 14793978. OLE color: 14793978.
HSL color Cylindrical-coordinate representation of color #FABCE1: hue angle of 324.19º 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 #FABCE1 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 225 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.02 |
| HSL | 324.19º | 0.86% | 0.86% | - |
| HSV(B) | 324.19º | 0.25% | 0.98% | - |
| XYZ | 71 | 61.73 | 79.41 | - |
| YUV | 210.76 | 136.04 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 225 | 0 | 0.25 | 0.10 | 0.02 | 324.19 | 0.86 | 0.86 |
| Hex | FA | BC | E1 | 0 | 19 | A | 2 | 144 | 56 | 56 |
| Octal | 372 | 274 | 341 | 0 | 31 | 12 | 2 | 504 | 126 | 126 |
| Binary | 11111010 | 10111100 | 11100001 | 0 | 11001 | 1010 | 10 | 101000100 | 1010110 | 1010110 |
Color Harmonies of #FABCE1
Complementary color
Monochromatic Colors of #FABCE1
Black with #FABCE1
Text Example
Text Example
White with #FABCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABCE1; }
p { color: rgb(250,188,225); }
H1.HeaderClassName
{
color: #FABCE1;
}
.AnyTagClassName
{
color: #FABCE1;
}
</style>
background-color css
<style>
a { background-color: #FABCE1; }
a { background-color: rgb(250,188,225); }
div.DivClassName
{
background-color: #FABCE1;
}
.BgClassName
{
background-color: #FABCE1;
}
</style>
border-color css
<style>
span { border-color: #FABCE1; }
span { border-color: rgb(250,188,225); }
td.TdClassName
{
border-color: #FABCE1;
}
.TagClassName
{
border-color: #FABCE1;
}
</style>