Shades of Lavender Rose #FBB6EE
Tints of Lavender Rose #FBB6EE
RGB
CMYK
RGB Variations
Color information
#FBB6EE (or 0xFBB6EE) is known color: Lavender Rose. HEX triplet: FB, B6 and EE. RGB value is (251,182,238). Sum of RGB (Red+Green+Blue) = 251+182+238=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 182 (71.48% from 255 or 27.12% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB6EE is #044911. Grayscale: #D0D0D0. Windows color (decimal): -280850 or 15644411. OLE color: 15644411.
HSL color Cylindrical-coordinate representation of color #FBB6EE: hue angle of 311.3º degrees, saturation: 0.9, 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 #FBB6EE is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 182 | 238 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.02 |
| HSL | 311.3º | 0.9% | 0.85% | - |
| HSV(B) | 311.3º | 0.27% | 0.98% | - |
| XYZ | 71.94 | 60.14 | 88.7 | - |
| YUV | 209.02 | 144.36 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 182 | 238 | 0 | 0.27 | 0.05 | 0.02 | 311.3 | 0.9 | 0.85 |
| Hex | FB | B6 | EE | 0 | 1B | 5 | 2 | 137 | 5A | 55 |
| Octal | 373 | 266 | 356 | 0 | 33 | 5 | 2 | 467 | 132 | 125 |
| Binary | 11111011 | 10110110 | 11101110 | 0 | 11011 | 101 | 10 | 100110111 | 1011010 | 1010101 |
Color Harmonies of #FBB6EE
Complementary color
Monochromatic Colors of #FBB6EE
Black with #FBB6EE
Text Example
Text Example
White with #FBB6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB6EE; }
p { color: rgb(251,182,238); }
H1.HeaderClassName
{
color: #FBB6EE;
}
.AnyTagClassName
{
color: #FBB6EE;
}
</style>
background-color css
<style>
a { background-color: #FBB6EE; }
a { background-color: rgb(251,182,238); }
div.DivClassName
{
background-color: #FBB6EE;
}
.BgClassName
{
background-color: #FBB6EE;
}
</style>
border-color css
<style>
span { border-color: #FBB6EE; }
span { border-color: rgb(251,182,238); }
td.TdClassName
{
border-color: #FBB6EE;
}
.TagClassName
{
border-color: #FBB6EE;
}
</style>