Shades of Lavender Rose #FBAFE8
Tints of Lavender Rose #FBAFE8
RGB
CMYK
RGB Variations
Color information
#FBAFE8 (or 0xFBAFE8) is known color: Lavender Rose. HEX triplet: FB, AF and E8. RGB value is (251,175,232). Sum of RGB (Red+Green+Blue) = 251+175+232=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 175 (68.75% from 255 or 26.60% from 658); Blue value is 232 (91.02% from 255 or 35.26% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAFE8 is #045017. Grayscale: #CCCCCC. Windows color (decimal): -282648 or 15249403. OLE color: 15249403.
HSL color Cylindrical-coordinate representation of color #FBAFE8: hue angle of 315º 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 #FBAFE8 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 232 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.02 |
| HSL | 315º | 0.9% | 0.84% | - |
| HSV(B) | 315º | 0.3% | 0.98% | - |
| XYZ | 69.68 | 57 | 83.67 | - |
| YUV | 204.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 232 | 0 | 0.30 | 0.08 | 0.02 | 315 | 0.9 | 0.84 |
| Hex | FB | AF | E8 | 0 | 1E | 8 | 2 | 13B | 5A | 54 |
| Octal | 373 | 257 | 350 | 0 | 36 | 10 | 2 | 473 | 132 | 124 |
| Binary | 11111011 | 10101111 | 11101000 | 0 | 11110 | 1000 | 10 | 100111011 | 1011010 | 1010100 |
Color Harmonies of #FBAFE8
Complementary color
Monochromatic Colors of #FBAFE8
Black with #FBAFE8
Text Example
Text Example
White with #FBAFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAFE8; }
p { color: rgb(251,175,232); }
H1.HeaderClassName
{
color: #FBAFE8;
}
.AnyTagClassName
{
color: #FBAFE8;
}
</style>
background-color css
<style>
a { background-color: #FBAFE8; }
a { background-color: rgb(251,175,232); }
div.DivClassName
{
background-color: #FBAFE8;
}
.BgClassName
{
background-color: #FBAFE8;
}
</style>
border-color css
<style>
span { border-color: #FBAFE8; }
span { border-color: rgb(251,175,232); }
td.TdClassName
{
border-color: #FBAFE8;
}
.TagClassName
{
border-color: #FBAFE8;
}
</style>