Shades of Lavender Rose #FBAEFC
Tints of Lavender Rose #FBAEFC
RGB
CMYK
RGB Variations
Color information
#FBAEFC (or 0xFBAEFC) is known color: Lavender Rose. HEX triplet: FB, AE and FC. RGB value is (251,174,252). Sum of RGB (Red+Green+Blue) = 251+174+252=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 174 (68.36% from 255 or 25.70% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBAEFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAEFC is #045103. Grayscale: #CDCDCD. Windows color (decimal): -282884 or 16559867. OLE color: 16559867.
HSL color Cylindrical-coordinate representation of color #FBAEFC: hue angle of 299.23º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBAEFC is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 174 | 252 | - |
| CMYK | 0.00 | 0.31 | 0 | 0.01 |
| HSL | 299.23º | 0.93% | 0.84% | - |
| HSV(B) | 299.23º | 0.31% | 0.99% | - |
| XYZ | 72.49 | 57.81 | 99.43 | - |
| YUV | 205.92 | 154.01 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 252 | 0.00 | 0.31 | 0 | 0.01 | 299.23 | 0.93 | 0.84 |
| Hex | FB | AE | FC | 0 | 1F | 0 | 1 | 12B | 5D | 54 |
| Octal | 373 | 256 | 374 | 0 | 37 | 0 | 1 | 453 | 135 | 124 |
| Binary | 11111011 | 10101110 | 11111100 | 0 | 11111 | 0 | 1 | 100101011 | 1011101 | 1010100 |
Color Harmonies of #FBAEFC
Complementary color
Monochromatic Colors of #FBAEFC
Black with #FBAEFC
Text Example
Text Example
White with #FBAEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEFC; }
p { color: rgb(251,174,252); }
H1.HeaderClassName
{
color: #FBAEFC;
}
.AnyTagClassName
{
color: #FBAEFC;
}
</style>
background-color css
<style>
a { background-color: #FBAEFC; }
a { background-color: rgb(251,174,252); }
div.DivClassName
{
background-color: #FBAEFC;
}
.BgClassName
{
background-color: #FBAEFC;
}
</style>
border-color css
<style>
span { border-color: #FBAEFC; }
span { border-color: rgb(251,174,252); }
td.TdClassName
{
border-color: #FBAEFC;
}
.TagClassName
{
border-color: #FBAEFC;
}
</style>