Shades of Lavender Rose #FBC0EE
Tints of Lavender Rose #FBC0EE
RGB
CMYK
RGB Variations
Color information
#FBC0EE (or 0xFBC0EE) is known color: Lavender Rose. HEX triplet: FB, C0 and EE. RGB value is (251,192,238). Sum of RGB (Red+Green+Blue) = 251+192+238=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 192 (75.39% from 255 or 28.19% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC0EE is #043F11. Grayscale: #D6D6D6. Windows color (decimal): -278290 or 15646971. OLE color: 15646971.
HSL color Cylindrical-coordinate representation of color #FBC0EE: hue angle of 313.22º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBC0EE is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 238 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.02 |
| HSL | 313.22º | 0.88% | 0.87% | - |
| HSV(B) | 313.22º | 0.24% | 0.98% | - |
| XYZ | 74.07 | 64.38 | 89.41 | - |
| YUV | 214.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 238 | 0 | 0.24 | 0.05 | 0.02 | 313.22 | 0.88 | 0.87 |
| Hex | FB | C0 | EE | 0 | 18 | 5 | 2 | 139 | 58 | 57 |
| Octal | 373 | 300 | 356 | 0 | 30 | 5 | 2 | 471 | 130 | 127 |
| Binary | 11111011 | 11000000 | 11101110 | 0 | 11000 | 101 | 10 | 100111001 | 1011000 | 1010111 |
Color Harmonies of #FBC0EE
Complementary color
Monochromatic Colors of #FBC0EE
Black with #FBC0EE
Text Example
Text Example
White with #FBC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC0EE; }
p { color: rgb(251,192,238); }
H1.HeaderClassName
{
color: #FBC0EE;
}
.AnyTagClassName
{
color: #FBC0EE;
}
</style>
background-color css
<style>
a { background-color: #FBC0EE; }
a { background-color: rgb(251,192,238); }
div.DivClassName
{
background-color: #FBC0EE;
}
.BgClassName
{
background-color: #FBC0EE;
}
</style>
border-color css
<style>
span { border-color: #FBC0EE; }
span { border-color: rgb(251,192,238); }
td.TdClassName
{
border-color: #FBC0EE;
}
.TagClassName
{
border-color: #FBC0EE;
}
</style>