Shades of Classic Rose #FABFE4
Tints of Classic Rose #FABFE4
RGB
CMYK
RGB Variations
Color information
#FABFE4 (or 0xFABFE4) is known color: Classic Rose. HEX triplet: FA, BF and E4. RGB value is (250,191,228). Sum of RGB (Red+Green+Blue) = 250+191+228=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFE4 is #05401B. Grayscale: #D4D4D4. Windows color (decimal): -344092 or 14991354. OLE color: 14991354.
HSL color Cylindrical-coordinate representation of color #FABFE4: hue angle of 322.37º 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 #FABFE4 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 228 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.02 |
| HSL | 322.37º | 0.86% | 0.86% | - |
| HSV(B) | 322.37º | 0.24% | 0.98% | - |
| XYZ | 72.06 | 63.19 | 81.8 | - |
| YUV | 212.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 228 | 0 | 0.24 | 0.09 | 0.02 | 322.37 | 0.86 | 0.86 |
| Hex | FA | BF | E4 | 0 | 18 | 9 | 2 | 142 | 56 | 56 |
| Octal | 372 | 277 | 344 | 0 | 30 | 11 | 2 | 502 | 126 | 126 |
| Binary | 11111010 | 10111111 | 11100100 | 0 | 11000 | 1001 | 10 | 101000010 | 1010110 | 1010110 |
Color Harmonies of #FABFE4
Complementary color
Monochromatic Colors of #FABFE4
Black with #FABFE4
Text Example
Text Example
White with #FABFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFE4; }
p { color: rgb(250,191,228); }
H1.HeaderClassName
{
color: #FABFE4;
}
.AnyTagClassName
{
color: #FABFE4;
}
</style>
background-color css
<style>
a { background-color: #FABFE4; }
a { background-color: rgb(250,191,228); }
div.DivClassName
{
background-color: #FABFE4;
}
.BgClassName
{
background-color: #FABFE4;
}
</style>
border-color css
<style>
span { border-color: #FABFE4; }
span { border-color: rgb(250,191,228); }
td.TdClassName
{
border-color: #FABFE4;
}
.TagClassName
{
border-color: #FABFE4;
}
</style>