Shades of Lavender Rose #FBBEF4
Tints of Lavender Rose #FBBEF4
RGB
CMYK
RGB Variations
Color information
#FBBEF4 (or 0xFBBEF4) is known color: Lavender Rose. HEX triplet: FB, BE and F4. RGB value is (251,190,244). Sum of RGB (Red+Green+Blue) = 251+190+244=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 190 (74.61% from 255 or 27.74% from 685); Blue value is 244 (95.70% from 255 or 35.62% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBEF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBEF4 is #04410B. Grayscale: #D6D6D6. Windows color (decimal): -278796 or 16039675. OLE color: 16039675.
HSL color Cylindrical-coordinate representation of color #FBBEF4: hue angle of 306.89º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBBEF4 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 190 | 244 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.02 |
| HSL | 306.89º | 0.88% | 0.86% | - |
| HSV(B) | 306.89º | 0.24% | 0.98% | - |
| XYZ | 74.53 | 63.87 | 93.99 | - |
| YUV | 214.4 | 144.71 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 190 | 244 | 0 | 0.24 | 0.03 | 0.02 | 306.89 | 0.88 | 0.86 |
| Hex | FB | BE | F4 | 0 | 18 | 3 | 2 | 133 | 58 | 56 |
| Octal | 373 | 276 | 364 | 0 | 30 | 3 | 2 | 463 | 130 | 126 |
| Binary | 11111011 | 10111110 | 11110100 | 0 | 11000 | 11 | 10 | 100110011 | 1011000 | 1010110 |
Color Harmonies of #FBBEF4
Complementary color
Monochromatic Colors of #FBBEF4
Black with #FBBEF4
Text Example
Text Example
White with #FBBEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBEF4; }
p { color: rgb(251,190,244); }
H1.HeaderClassName
{
color: #FBBEF4;
}
.AnyTagClassName
{
color: #FBBEF4;
}
</style>
background-color css
<style>
a { background-color: #FBBEF4; }
a { background-color: rgb(251,190,244); }
div.DivClassName
{
background-color: #FBBEF4;
}
.BgClassName
{
background-color: #FBBEF4;
}
</style>
border-color css
<style>
span { border-color: #FBBEF4; }
span { border-color: rgb(251,190,244); }
td.TdClassName
{
border-color: #FBBEF4;
}
.TagClassName
{
border-color: #FBBEF4;
}
</style>