Shades of Classic Rose #FABBE4
Tints of Classic Rose #FABBE4
RGB
CMYK
RGB Variations
Color information
#FABBE4 (or 0xFABBE4) is known color: Classic Rose. HEX triplet: FA, BB and E4. RGB value is (250,187,228). Sum of RGB (Red+Green+Blue) = 250+187+228=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 187 (73.44% from 255 or 28.12% from 665); Blue value is 228 (89.45% from 255 or 34.29% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBE4 is #05441B. Grayscale: #D2D2D2. Windows color (decimal): -345116 or 14990330. OLE color: 14990330.
HSL color Cylindrical-coordinate representation of color #FABBE4: hue angle of 320.95º 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 #FABBE4 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 228 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.02 |
| HSL | 320.95º | 0.86% | 0.86% | - |
| HSV(B) | 320.95º | 0.25% | 0.98% | - |
| XYZ | 71.2 | 61.47 | 81.51 | - |
| YUV | 210.51 | 137.87 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 228 | 0 | 0.25 | 0.09 | 0.02 | 320.95 | 0.86 | 0.86 |
| Hex | FA | BB | E4 | 0 | 19 | 9 | 2 | 141 | 56 | 56 |
| Octal | 372 | 273 | 344 | 0 | 31 | 11 | 2 | 501 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11100100 | 0 | 11001 | 1001 | 10 | 101000001 | 1010110 | 1010110 |
Color Harmonies of #FABBE4
Complementary color
Monochromatic Colors of #FABBE4
Black with #FABBE4
Text Example
Text Example
White with #FABBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBE4; }
p { color: rgb(250,187,228); }
H1.HeaderClassName
{
color: #FABBE4;
}
.AnyTagClassName
{
color: #FABBE4;
}
</style>
background-color css
<style>
a { background-color: #FABBE4; }
a { background-color: rgb(250,187,228); }
div.DivClassName
{
background-color: #FABBE4;
}
.BgClassName
{
background-color: #FABBE4;
}
</style>
border-color css
<style>
span { border-color: #FABBE4; }
span { border-color: rgb(250,187,228); }
td.TdClassName
{
border-color: #FABBE4;
}
.TagClassName
{
border-color: #FABBE4;
}
</style>