Shades of Classic Rose #FABCE3
Tints of Classic Rose #FABCE3
RGB
CMYK
RGB Variations
Color information
#FABCE3 (or 0xFABCE3) is known color: Classic Rose. HEX triplet: FA, BC and E3. RGB value is (250,188,227). Sum of RGB (Red+Green+Blue) = 250+188+227=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 188 (73.83% from 255 or 28.27% from 665); Blue value is 227 (89.06% from 255 or 34.14% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCE3 is #05431C. Grayscale: #D2D2D2. Windows color (decimal): -344861 or 14925050. OLE color: 14925050.
HSL color Cylindrical-coordinate representation of color #FABCE3: hue angle of 322.26º 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 #FABCE3 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 227 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.02 |
| HSL | 322.26º | 0.86% | 0.86% | - |
| HSV(B) | 322.26º | 0.25% | 0.98% | - |
| XYZ | 71.27 | 61.84 | 80.85 | - |
| YUV | 210.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 227 | 0 | 0.25 | 0.09 | 0.02 | 322.26 | 0.86 | 0.86 |
| Hex | FA | BC | E3 | 0 | 19 | 9 | 2 | 142 | 56 | 56 |
| Octal | 372 | 274 | 343 | 0 | 31 | 11 | 2 | 502 | 126 | 126 |
| Binary | 11111010 | 10111100 | 11100011 | 0 | 11001 | 1001 | 10 | 101000010 | 1010110 | 1010110 |
Color Harmonies of #FABCE3
Complementary color
Monochromatic Colors of #FABCE3
Black with #FABCE3
Text Example
Text Example
White with #FABCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABCE3; }
p { color: rgb(250,188,227); }
H1.HeaderClassName
{
color: #FABCE3;
}
.AnyTagClassName
{
color: #FABCE3;
}
</style>
background-color css
<style>
a { background-color: #FABCE3; }
a { background-color: rgb(250,188,227); }
div.DivClassName
{
background-color: #FABCE3;
}
.BgClassName
{
background-color: #FABCE3;
}
</style>
border-color css
<style>
span { border-color: #FABCE3; }
span { border-color: rgb(250,188,227); }
td.TdClassName
{
border-color: #FABCE3;
}
.TagClassName
{
border-color: #FABCE3;
}
</style>