Shades of Lavender Rose #FBACEF
Tints of Lavender Rose #FBACEF
RGB
CMYK
RGB Variations
Color information
#FBACEF (or 0xFBACEF) is known color: Lavender Rose. HEX triplet: FB, AC and EF. RGB value is (251,172,239). Sum of RGB (Red+Green+Blue) = 251+172+239=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 172 (67.58% from 255 or 25.98% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBACEF is #045310. Grayscale: #CBCBCB. Windows color (decimal): -283409 or 15707387. OLE color: 15707387.
HSL color Cylindrical-coordinate representation of color #FBACEF: hue angle of 309.11º 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 #FBACEF is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 239 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.02 |
| HSL | 309.11º | 0.91% | 0.83% | - |
| HSV(B) | 309.11º | 0.31% | 0.98% | - |
| XYZ | 70.12 | 56.25 | 88.82 | - |
| YUV | 203.26 | 148.17 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 239 | 0 | 0.31 | 0.05 | 0.02 | 309.11 | 0.91 | 0.83 |
| Hex | FB | AC | EF | 0 | 1F | 5 | 2 | 135 | 5B | 53 |
| Octal | 373 | 254 | 357 | 0 | 37 | 5 | 2 | 465 | 133 | 123 |
| Binary | 11111011 | 10101100 | 11101111 | 0 | 11111 | 101 | 10 | 100110101 | 1011011 | 1010011 |
Color Harmonies of #FBACEF
Complementary color
Monochromatic Colors of #FBACEF
Black with #FBACEF
Text Example
Text Example
White with #FBACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBACEF; }
p { color: rgb(251,172,239); }
H1.HeaderClassName
{
color: #FBACEF;
}
.AnyTagClassName
{
color: #FBACEF;
}
</style>
background-color css
<style>
a { background-color: #FBACEF; }
a { background-color: rgb(251,172,239); }
div.DivClassName
{
background-color: #FBACEF;
}
.BgClassName
{
background-color: #FBACEF;
}
</style>
border-color css
<style>
span { border-color: #FBACEF; }
span { border-color: rgb(251,172,239); }
td.TdClassName
{
border-color: #FBACEF;
}
.TagClassName
{
border-color: #FBACEF;
}
</style>