Shades of Classic Rose #FABFE6
Tints of Classic Rose #FABFE6
RGB
CMYK
RGB Variations
Color information
#FABFE6 (or 0xFABFE6) is known color: Classic Rose. HEX triplet: FA, BF and E6. RGB value is (250,191,230). Sum of RGB (Red+Green+Blue) = 250+191+230=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 191 (75% from 255 or 28.46% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABFE6 is #054019. Grayscale: #D4D4D4. Windows color (decimal): -344090 or 15122426. OLE color: 15122426.
HSL color Cylindrical-coordinate representation of color #FABFE6: hue angle of 320.34º 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 #FABFE6 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 230 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.02 |
| HSL | 320.34º | 0.86% | 0.86% | - |
| HSV(B) | 320.34º | 0.24% | 0.98% | - |
| XYZ | 72.34 | 63.3 | 83.27 | - |
| YUV | 213.09 | 137.55 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 230 | 0 | 0.24 | 0.08 | 0.02 | 320.34 | 0.86 | 0.86 |
| Hex | FA | BF | E6 | 0 | 18 | 8 | 2 | 140 | 56 | 56 |
| Octal | 372 | 277 | 346 | 0 | 30 | 10 | 2 | 500 | 126 | 126 |
| Binary | 11111010 | 10111111 | 11100110 | 0 | 11000 | 1000 | 10 | 101000000 | 1010110 | 1010110 |
Color Harmonies of #FABFE6
Complementary color
Monochromatic Colors of #FABFE6
Black with #FABFE6
Text Example
Text Example
White with #FABFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFE6; }
p { color: rgb(250,191,230); }
H1.HeaderClassName
{
color: #FABFE6;
}
.AnyTagClassName
{
color: #FABFE6;
}
</style>
background-color css
<style>
a { background-color: #FABFE6; }
a { background-color: rgb(250,191,230); }
div.DivClassName
{
background-color: #FABFE6;
}
.BgClassName
{
background-color: #FABFE6;
}
</style>
border-color css
<style>
span { border-color: #FABFE6; }
span { border-color: rgb(250,191,230); }
td.TdClassName
{
border-color: #FABFE6;
}
.TagClassName
{
border-color: #FABFE6;
}
</style>