Shades of Classic Rose #FABFEA
Tints of Classic Rose #FABFEA
RGB
CMYK
RGB Variations
Color information
#FABFEA (or 0xFABFEA) is known color: Classic Rose. HEX triplet: FA, BF and EA. RGB value is (250,191,234). Sum of RGB (Red+Green+Blue) = 250+191+234=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 191 (75% from 255 or 28.30% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABFEA is #054015. Grayscale: #D5D5D5. Windows color (decimal): -344086 or 15384570. OLE color: 15384570.
HSL color Cylindrical-coordinate representation of color #FABFEA: hue angle of 316.27º 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 #FABFEA is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 234 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.02 |
| HSL | 316.27º | 0.86% | 0.86% | - |
| HSV(B) | 316.27º | 0.24% | 0.98% | - |
| XYZ | 72.91 | 63.53 | 86.26 | - |
| YUV | 213.54 | 139.55 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 234 | 0 | 0.24 | 0.06 | 0.02 | 316.27 | 0.86 | 0.86 |
| Hex | FA | BF | EA | 0 | 18 | 6 | 2 | 13C | 56 | 56 |
| Octal | 372 | 277 | 352 | 0 | 30 | 6 | 2 | 474 | 126 | 126 |
| Binary | 11111010 | 10111111 | 11101010 | 0 | 11000 | 110 | 10 | 100111100 | 1010110 | 1010110 |
Color Harmonies of #FABFEA
Complementary color
Monochromatic Colors of #FABFEA
Black with #FABFEA
Text Example
Text Example
White with #FABFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFEA; }
p { color: rgb(250,191,234); }
H1.HeaderClassName
{
color: #FABFEA;
}
.AnyTagClassName
{
color: #FABFEA;
}
</style>
background-color css
<style>
a { background-color: #FABFEA; }
a { background-color: rgb(250,191,234); }
div.DivClassName
{
background-color: #FABFEA;
}
.BgClassName
{
background-color: #FABFEA;
}
</style>
border-color css
<style>
span { border-color: #FABFEA; }
span { border-color: rgb(250,191,234); }
td.TdClassName
{
border-color: #FABFEA;
}
.TagClassName
{
border-color: #FABFEA;
}
</style>