Shades of Lavender Rose #FCB0E0
Tints of Lavender Rose #FCB0E0
RGB
CMYK
RGB Variations
Color information
#FCB0E0 (or 0xFCB0E0) is known color: Lavender Rose. HEX triplet: FC, B0 and E0. RGB value is (252,176,224). Sum of RGB (Red+Green+Blue) = 252+176+224=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 176 (69.14% from 255 or 26.99% from 652); Blue value is 224 (87.89% from 255 or 34.36% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0E0 is #034F1F. Grayscale: #CCCCCC. Windows color (decimal): -216864 or 14725372. OLE color: 14725372.
HSL color Cylindrical-coordinate representation of color #FCB0E0: hue angle of 322.11º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB0E0 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 224 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.01 |
| HSL | 322.11º | 0.93% | 0.84% | - |
| HSV(B) | 322.11º | 0.3% | 0.99% | - |
| XYZ | 69.12 | 57.13 | 77.9 | - |
| YUV | 204.2 | 139.18 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 224 | 0 | 0.30 | 0.11 | 0.01 | 322.11 | 0.93 | 0.84 |
| Hex | FC | B0 | E0 | 0 | 1E | B | 1 | 142 | 5D | 54 |
| Octal | 374 | 260 | 340 | 0 | 36 | 13 | 1 | 502 | 135 | 124 |
| Binary | 11111100 | 10110000 | 11100000 | 0 | 11110 | 1011 | 1 | 101000010 | 1011101 | 1010100 |
Color Harmonies of #FCB0E0
Complementary color
Monochromatic Colors of #FCB0E0
Black with #FCB0E0
Text Example
Text Example
White with #FCB0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB0E0; }
p { color: rgb(252,176,224); }
H1.HeaderClassName
{
color: #FCB0E0;
}
.AnyTagClassName
{
color: #FCB0E0;
}
</style>
background-color css
<style>
a { background-color: #FCB0E0; }
a { background-color: rgb(252,176,224); }
div.DivClassName
{
background-color: #FCB0E0;
}
.BgClassName
{
background-color: #FCB0E0;
}
</style>
border-color css
<style>
span { border-color: #FCB0E0; }
span { border-color: rgb(252,176,224); }
td.TdClassName
{
border-color: #FCB0E0;
}
.TagClassName
{
border-color: #FCB0E0;
}
</style>