Shades of Lavender Rose #FCB0E2
Tints of Lavender Rose #FCB0E2
RGB
CMYK
RGB Variations
Color information
#FCB0E2 (or 0xFCB0E2) is known color: Lavender Rose. HEX triplet: FC, B0 and E2. RGB value is (252,176,226). Sum of RGB (Red+Green+Blue) = 252+176+226=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 176 (69.14% from 255 or 26.91% from 654); Blue value is 226 (88.67% from 255 or 34.56% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0E2 is #034F1D. Grayscale: #CCCCCC. Windows color (decimal): -216862 or 14856444. OLE color: 14856444.
HSL color Cylindrical-coordinate representation of color #FCB0E2: hue angle of 320.53º 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 #FCB0E2 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 226 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.01 |
| HSL | 320.53º | 0.93% | 0.84% | - |
| HSV(B) | 320.53º | 0.3% | 0.99% | - |
| XYZ | 69.4 | 57.24 | 79.34 | - |
| YUV | 204.42 | 140.18 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 226 | 0 | 0.30 | 0.10 | 0.01 | 320.53 | 0.93 | 0.84 |
| Hex | FC | B0 | E2 | 0 | 1E | A | 1 | 141 | 5D | 54 |
| Octal | 374 | 260 | 342 | 0 | 36 | 12 | 1 | 501 | 135 | 124 |
| Binary | 11111100 | 10110000 | 11100010 | 0 | 11110 | 1010 | 1 | 101000001 | 1011101 | 1010100 |
Color Harmonies of #FCB0E2
Complementary color
Monochromatic Colors of #FCB0E2
Black with #FCB0E2
Text Example
Text Example
White with #FCB0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB0E2; }
p { color: rgb(252,176,226); }
H1.HeaderClassName
{
color: #FCB0E2;
}
.AnyTagClassName
{
color: #FCB0E2;
}
</style>
background-color css
<style>
a { background-color: #FCB0E2; }
a { background-color: rgb(252,176,226); }
div.DivClassName
{
background-color: #FCB0E2;
}
.BgClassName
{
background-color: #FCB0E2;
}
</style>
border-color css
<style>
span { border-color: #FCB0E2; }
span { border-color: rgb(252,176,226); }
td.TdClassName
{
border-color: #FCB0E2;
}
.TagClassName
{
border-color: #FCB0E2;
}
</style>