Shades of Lavender Rose #FBAFE1
Tints of Lavender Rose #FBAFE1
RGB
CMYK
RGB Variations
Color information
#FBAFE1 (or 0xFBAFE1) is known color: Lavender Rose. HEX triplet: FB, AF and E1. RGB value is (251,175,225). Sum of RGB (Red+Green+Blue) = 251+175+225=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 175 (68.75% from 255 or 26.88% from 651); Blue value is 225 (88.28% from 255 or 34.56% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFE1 is #04501E. Grayscale: #CBCBCB. Windows color (decimal): -282655 or 14790651. OLE color: 14790651.
HSL color Cylindrical-coordinate representation of color #FBAFE1: hue angle of 320.53º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBAFE1 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 225 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.02 |
| HSL | 320.53º | 0.9% | 0.84% | - |
| HSV(B) | 320.53º | 0.3% | 0.98% | - |
| XYZ | 68.7 | 56.61 | 78.54 | - |
| YUV | 203.42 | 140.18 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 225 | 0 | 0.30 | 0.10 | 0.02 | 320.53 | 0.9 | 0.84 |
| Hex | FB | AF | E1 | 0 | 1E | A | 2 | 141 | 5A | 54 |
| Octal | 373 | 257 | 341 | 0 | 36 | 12 | 2 | 501 | 132 | 124 |
| Binary | 11111011 | 10101111 | 11100001 | 0 | 11110 | 1010 | 10 | 101000001 | 1011010 | 1010100 |
Color Harmonies of #FBAFE1
Complementary color
Monochromatic Colors of #FBAFE1
Black with #FBAFE1
Text Example
Text Example
White with #FBAFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAFE1; }
p { color: rgb(251,175,225); }
H1.HeaderClassName
{
color: #FBAFE1;
}
.AnyTagClassName
{
color: #FBAFE1;
}
</style>
background-color css
<style>
a { background-color: #FBAFE1; }
a { background-color: rgb(251,175,225); }
div.DivClassName
{
background-color: #FBAFE1;
}
.BgClassName
{
background-color: #FBAFE1;
}
</style>
border-color css
<style>
span { border-color: #FBAFE1; }
span { border-color: rgb(251,175,225); }
td.TdClassName
{
border-color: #FBAFE1;
}
.TagClassName
{
border-color: #FBAFE1;
}
</style>