Shades of Lavender Rose #FCB2E2
Tints of Lavender Rose #FCB2E2
RGB
CMYK
RGB Variations
Color information
#FCB2E2 (or 0xFCB2E2) is known color: Lavender Rose. HEX triplet: FC, B2 and E2. RGB value is (252,178,226). Sum of RGB (Red+Green+Blue) = 252+178+226=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 178 (69.92% from 255 or 27.13% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2E2 is #034D1D. Grayscale: #CDCDCD. Windows color (decimal): -216350 or 14856956. OLE color: 14856956.
HSL color Cylindrical-coordinate representation of color #FCB2E2: hue angle of 321.08º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB2E2 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 226 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.01 |
| HSL | 321.08º | 0.93% | 0.84% | - |
| HSV(B) | 321.08º | 0.29% | 0.99% | - |
| XYZ | 69.79 | 58.03 | 79.47 | - |
| YUV | 205.6 | 139.52 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 226 | 0 | 0.29 | 0.10 | 0.01 | 321.08 | 0.93 | 0.84 |
| Hex | FC | B2 | E2 | 0 | 1D | A | 1 | 141 | 5C | 54 |
| Octal | 374 | 262 | 342 | 0 | 35 | 12 | 1 | 501 | 134 | 124 |
| Binary | 11111100 | 10110010 | 11100010 | 0 | 11101 | 1010 | 1 | 101000001 | 1011100 | 1010100 |
Color Harmonies of #FCB2E2
Complementary color
Monochromatic Colors of #FCB2E2
Black with #FCB2E2
Text Example
Text Example
White with #FCB2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB2E2; }
p { color: rgb(252,178,226); }
H1.HeaderClassName
{
color: #FCB2E2;
}
.AnyTagClassName
{
color: #FCB2E2;
}
</style>
background-color css
<style>
a { background-color: #FCB2E2; }
a { background-color: rgb(252,178,226); }
div.DivClassName
{
background-color: #FCB2E2;
}
.BgClassName
{
background-color: #FCB2E2;
}
</style>
border-color css
<style>
span { border-color: #FCB2E2; }
span { border-color: rgb(252,178,226); }
td.TdClassName
{
border-color: #FCB2E2;
}
.TagClassName
{
border-color: #FCB2E2;
}
</style>