Shades of Lavender Rose #FAB7E5
Tints of Lavender Rose #FAB7E5
RGB
CMYK
RGB Variations
Color information
#FAB7E5 (or 0xFAB7E5) is known color: Lavender Rose. HEX triplet: FA, B7 and E5. RGB value is (250,183,229). Sum of RGB (Red+Green+Blue) = 250+183+229=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 183 (71.88% from 255 or 27.64% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7E5 is #05481A. Grayscale: #D0D0D0. Windows color (decimal): -346139 or 15054842. OLE color: 15054842.
HSL color Cylindrical-coordinate representation of color #FAB7E5: hue angle of 318.81º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB7E5 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 229 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.02 |
| HSL | 318.81º | 0.87% | 0.85% | - |
| HSV(B) | 318.81º | 0.27% | 0.98% | - |
| XYZ | 70.5 | 59.85 | 81.96 | - |
| YUV | 208.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 229 | 0 | 0.27 | 0.08 | 0.02 | 318.81 | 0.87 | 0.85 |
| Hex | FA | B7 | E5 | 0 | 1B | 8 | 2 | 13F | 57 | 55 |
| Octal | 372 | 267 | 345 | 0 | 33 | 10 | 2 | 477 | 127 | 125 |
| Binary | 11111010 | 10110111 | 11100101 | 0 | 11011 | 1000 | 10 | 100111111 | 1010111 | 1010101 |
Color Harmonies of #FAB7E5
Complementary color
Monochromatic Colors of #FAB7E5
Black with #FAB7E5
Text Example
Text Example
White with #FAB7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB7E5; }
p { color: rgb(250,183,229); }
H1.HeaderClassName
{
color: #FAB7E5;
}
.AnyTagClassName
{
color: #FAB7E5;
}
</style>
background-color css
<style>
a { background-color: #FAB7E5; }
a { background-color: rgb(250,183,229); }
div.DivClassName
{
background-color: #FAB7E5;
}
.BgClassName
{
background-color: #FAB7E5;
}
</style>
border-color css
<style>
span { border-color: #FAB7E5; }
span { border-color: rgb(250,183,229); }
td.TdClassName
{
border-color: #FAB7E5;
}
.TagClassName
{
border-color: #FAB7E5;
}
</style>