Shades of Lavender Rose #FBC0ED
Tints of Lavender Rose #FBC0ED
RGB
CMYK
RGB Variations
Color information
#FBC0ED (or 0xFBC0ED) is known color: Lavender Rose. HEX triplet: FB, C0 and ED. RGB value is (251,192,237). Sum of RGB (Red+Green+Blue) = 251+192+237=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 192 (75.39% from 255 or 28.24% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC0ED is #043F12. Grayscale: #D6D6D6. Windows color (decimal): -278291 or 15581435. OLE color: 15581435.
HSL color Cylindrical-coordinate representation of color #FBC0ED: hue angle of 314.24º 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 #FBC0ED is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 237 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.02 |
| HSL | 314.24º | 0.88% | 0.87% | - |
| HSV(B) | 314.24º | 0.24% | 0.98% | - |
| XYZ | 73.92 | 64.32 | 88.64 | - |
| YUV | 214.77 | 140.55 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 237 | 0 | 0.24 | 0.06 | 0.02 | 314.24 | 0.88 | 0.87 |
| Hex | FB | C0 | ED | 0 | 18 | 6 | 2 | 13A | 58 | 57 |
| Octal | 373 | 300 | 355 | 0 | 30 | 6 | 2 | 472 | 130 | 127 |
| Binary | 11111011 | 11000000 | 11101101 | 0 | 11000 | 110 | 10 | 100111010 | 1011000 | 1010111 |
Color Harmonies of #FBC0ED
Complementary color
Monochromatic Colors of #FBC0ED
Black with #FBC0ED
Text Example
Text Example
White with #FBC0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC0ED; }
p { color: rgb(251,192,237); }
H1.HeaderClassName
{
color: #FBC0ED;
}
.AnyTagClassName
{
color: #FBC0ED;
}
</style>
background-color css
<style>
a { background-color: #FBC0ED; }
a { background-color: rgb(251,192,237); }
div.DivClassName
{
background-color: #FBC0ED;
}
.BgClassName
{
background-color: #FBC0ED;
}
</style>
border-color css
<style>
span { border-color: #FBC0ED; }
span { border-color: rgb(251,192,237); }
td.TdClassName
{
border-color: #FBC0ED;
}
.TagClassName
{
border-color: #FBC0ED;
}
</style>