Shades of Classic Rose #FABFE2
Tints of Classic Rose #FABFE2
RGB
CMYK
RGB Variations
Color information
#FABFE2 (or 0xFABFE2) is known color: Classic Rose. HEX triplet: FA, BF and E2. RGB value is (250,191,226). Sum of RGB (Red+Green+Blue) = 250+191+226=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 226 (88.67% from 255 or 33.88% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFE2 is #05401D. Grayscale: #D4D4D4. Windows color (decimal): -344094 or 14860282. OLE color: 14860282.
HSL color Cylindrical-coordinate representation of color #FABFE2: hue angle of 324.41º 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 #FABFE2 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 226 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.02 |
| HSL | 324.41º | 0.86% | 0.86% | - |
| HSV(B) | 324.41º | 0.24% | 0.98% | - |
| XYZ | 71.78 | 63.08 | 80.34 | - |
| YUV | 212.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 226 | 0 | 0.24 | 0.10 | 0.02 | 324.41 | 0.86 | 0.86 |
| Hex | FA | BF | E2 | 0 | 18 | A | 2 | 144 | 56 | 56 |
| Octal | 372 | 277 | 342 | 0 | 30 | 12 | 2 | 504 | 126 | 126 |
| Binary | 11111010 | 10111111 | 11100010 | 0 | 11000 | 1010 | 10 | 101000100 | 1010110 | 1010110 |
Color Harmonies of #FABFE2
Complementary color
Monochromatic Colors of #FABFE2
Black with #FABFE2
Text Example
Text Example
White with #FABFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFE2; }
p { color: rgb(250,191,226); }
H1.HeaderClassName
{
color: #FABFE2;
}
.AnyTagClassName
{
color: #FABFE2;
}
</style>
background-color css
<style>
a { background-color: #FABFE2; }
a { background-color: rgb(250,191,226); }
div.DivClassName
{
background-color: #FABFE2;
}
.BgClassName
{
background-color: #FABFE2;
}
</style>
border-color css
<style>
span { border-color: #FABFE2; }
span { border-color: rgb(250,191,226); }
td.TdClassName
{
border-color: #FABFE2;
}
.TagClassName
{
border-color: #FABFE2;
}
</style>