Shades of Lavender Rose #FBB8EE
Tints of Lavender Rose #FBB8EE
RGB
CMYK
RGB Variations
Color information
#FBB8EE (or 0xFBB8EE) is known color: Lavender Rose. HEX triplet: FB, B8 and EE. RGB value is (251,184,238). Sum of RGB (Red+Green+Blue) = 251+184+238=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 184 (72.27% from 255 or 27.34% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB8EE is #044711. Grayscale: #D2D2D2. Windows color (decimal): -280338 or 15644923. OLE color: 15644923.
HSL color Cylindrical-coordinate representation of color #FBB8EE: hue angle of 311.64º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB8EE is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 184 | 238 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.02 |
| HSL | 311.64º | 0.89% | 0.85% | - |
| HSV(B) | 311.64º | 0.27% | 0.98% | - |
| XYZ | 72.36 | 60.96 | 88.84 | - |
| YUV | 210.19 | 143.7 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 184 | 238 | 0 | 0.27 | 0.05 | 0.02 | 311.64 | 0.89 | 0.85 |
| Hex | FB | B8 | EE | 0 | 1B | 5 | 2 | 138 | 59 | 55 |
| Octal | 373 | 270 | 356 | 0 | 33 | 5 | 2 | 470 | 131 | 125 |
| Binary | 11111011 | 10111000 | 11101110 | 0 | 11011 | 101 | 10 | 100111000 | 1011001 | 1010101 |
Color Harmonies of #FBB8EE
Complementary color
Monochromatic Colors of #FBB8EE
Black with #FBB8EE
Text Example
Text Example
White with #FBB8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB8EE; }
p { color: rgb(251,184,238); }
H1.HeaderClassName
{
color: #FBB8EE;
}
.AnyTagClassName
{
color: #FBB8EE;
}
</style>
background-color css
<style>
a { background-color: #FBB8EE; }
a { background-color: rgb(251,184,238); }
div.DivClassName
{
background-color: #FBB8EE;
}
.BgClassName
{
background-color: #FBB8EE;
}
</style>
border-color css
<style>
span { border-color: #FBB8EE; }
span { border-color: rgb(251,184,238); }
td.TdClassName
{
border-color: #FBB8EE;
}
.TagClassName
{
border-color: #FBB8EE;
}
</style>