Shades of Lavender Rose #FAB8E5
Tints of Lavender Rose #FAB8E5
RGB
CMYK
RGB Variations
Color information
#FAB8E5 (or 0xFAB8E5) is known color: Lavender Rose. HEX triplet: FA, B8 and E5. RGB value is (250,184,229). Sum of RGB (Red+Green+Blue) = 250+184+229=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 184 (72.27% from 255 or 27.75% from 663); Blue value is 229 (89.84% from 255 or 34.54% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB8E5 is #05471A. Grayscale: #D0D0D0. Windows color (decimal): -345883 or 15055098. OLE color: 15055098.
HSL color Cylindrical-coordinate representation of color #FAB8E5: hue angle of 319.09º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAB8E5 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 229 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.02 |
| HSL | 319.09º | 0.87% | 0.85% | - |
| HSV(B) | 319.09º | 0.26% | 0.98% | - |
| XYZ | 70.71 | 60.26 | 82.03 | - |
| YUV | 208.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 229 | 0 | 0.26 | 0.08 | 0.02 | 319.09 | 0.87 | 0.85 |
| Hex | FA | B8 | E5 | 0 | 1A | 8 | 2 | 13F | 57 | 55 |
| Octal | 372 | 270 | 345 | 0 | 32 | 10 | 2 | 477 | 127 | 125 |
| Binary | 11111010 | 10111000 | 11100101 | 0 | 11010 | 1000 | 10 | 100111111 | 1010111 | 1010101 |
Color Harmonies of #FAB8E5
Complementary color
Monochromatic Colors of #FAB8E5
Black with #FAB8E5
Text Example
Text Example
White with #FAB8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB8E5; }
p { color: rgb(250,184,229); }
H1.HeaderClassName
{
color: #FAB8E5;
}
.AnyTagClassName
{
color: #FAB8E5;
}
</style>
background-color css
<style>
a { background-color: #FAB8E5; }
a { background-color: rgb(250,184,229); }
div.DivClassName
{
background-color: #FAB8E5;
}
.BgClassName
{
background-color: #FAB8E5;
}
</style>
border-color css
<style>
span { border-color: #FAB8E5; }
span { border-color: rgb(250,184,229); }
td.TdClassName
{
border-color: #FAB8E5;
}
.TagClassName
{
border-color: #FAB8E5;
}
</style>