Shades of Lavender Rose #FBAEE8
Tints of Lavender Rose #FBAEE8
RGB
CMYK
RGB Variations
Color information
#FBAEE8 (or 0xFBAEE8) is known color: Lavender Rose. HEX triplet: FB, AE and E8. RGB value is (251,174,232). Sum of RGB (Red+Green+Blue) = 251+174+232=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 174 (68.36% from 255 or 26.48% from 657); Blue value is 232 (91.02% from 255 or 35.31% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAEE8 is #045117. Grayscale: #CBCBCB. Windows color (decimal): -282904 or 15249147. OLE color: 15249147.
HSL color Cylindrical-coordinate representation of color #FBAEE8: hue angle of 314.81º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBAEE8 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 232 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.02 |
| HSL | 314.81º | 0.91% | 0.83% | - |
| HSV(B) | 314.81º | 0.31% | 0.98% | - |
| XYZ | 69.49 | 56.61 | 83.61 | - |
| YUV | 203.64 | 144.01 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 232 | 0 | 0.31 | 0.08 | 0.02 | 314.81 | 0.91 | 0.83 |
| Hex | FB | AE | E8 | 0 | 1F | 8 | 2 | 13B | 5B | 53 |
| Octal | 373 | 256 | 350 | 0 | 37 | 10 | 2 | 473 | 133 | 123 |
| Binary | 11111011 | 10101110 | 11101000 | 0 | 11111 | 1000 | 10 | 100111011 | 1011011 | 1010011 |
Color Harmonies of #FBAEE8
Complementary color
Monochromatic Colors of #FBAEE8
Black with #FBAEE8
Text Example
Text Example
White with #FBAEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEE8; }
p { color: rgb(251,174,232); }
H1.HeaderClassName
{
color: #FBAEE8;
}
.AnyTagClassName
{
color: #FBAEE8;
}
</style>
background-color css
<style>
a { background-color: #FBAEE8; }
a { background-color: rgb(251,174,232); }
div.DivClassName
{
background-color: #FBAEE8;
}
.BgClassName
{
background-color: #FBAEE8;
}
</style>
border-color css
<style>
span { border-color: #FBAEE8; }
span { border-color: rgb(251,174,232); }
td.TdClassName
{
border-color: #FBAEE8;
}
.TagClassName
{
border-color: #FBAEE8;
}
</style>