Shades of Classic Rose #FABFE5
Tints of Classic Rose #FABFE5
RGB
CMYK
RGB Variations
Color information
#FABFE5 (or 0xFABFE5) is known color: Classic Rose. HEX triplet: FA, BF and E5. RGB value is (250,191,229). Sum of RGB (Red+Green+Blue) = 250+191+229=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 191 (75% from 255 or 28.51% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFE5 is #05401A. Grayscale: #D4D4D4. Windows color (decimal): -344091 or 15056890. OLE color: 15056890.
HSL color Cylindrical-coordinate representation of color #FABFE5: hue angle of 321.36º 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 #FABFE5 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 229 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.02 |
| HSL | 321.36º | 0.86% | 0.86% | - |
| HSV(B) | 321.36º | 0.24% | 0.98% | - |
| XYZ | 72.2 | 63.24 | 82.53 | - |
| YUV | 212.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 229 | 0 | 0.24 | 0.08 | 0.02 | 321.36 | 0.86 | 0.86 |
| Hex | FA | BF | E5 | 0 | 18 | 8 | 2 | 141 | 56 | 56 |
| Octal | 372 | 277 | 345 | 0 | 30 | 10 | 2 | 501 | 126 | 126 |
| Binary | 11111010 | 10111111 | 11100101 | 0 | 11000 | 1000 | 10 | 101000001 | 1010110 | 1010110 |
Color Harmonies of #FABFE5
Complementary color
Monochromatic Colors of #FABFE5
Black with #FABFE5
Text Example
Text Example
White with #FABFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFE5; }
p { color: rgb(250,191,229); }
H1.HeaderClassName
{
color: #FABFE5;
}
.AnyTagClassName
{
color: #FABFE5;
}
</style>
background-color css
<style>
a { background-color: #FABFE5; }
a { background-color: rgb(250,191,229); }
div.DivClassName
{
background-color: #FABFE5;
}
.BgClassName
{
background-color: #FABFE5;
}
</style>
border-color css
<style>
span { border-color: #FABFE5; }
span { border-color: rgb(250,191,229); }
td.TdClassName
{
border-color: #FABFE5;
}
.TagClassName
{
border-color: #FABFE5;
}
</style>