Shades of Lavender Rose #FCB4EA
Tints of Lavender Rose #FCB4EA
RGB
CMYK
RGB Variations
Color information
#FCB4EA (or 0xFCB4EA) is known color: Lavender Rose. HEX triplet: FC, B4 and EA. RGB value is (252,180,234). Sum of RGB (Red+Green+Blue) = 252+180+234=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 180 (70.70% from 255 or 27.03% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB4EA is #034B15. Grayscale: #CFCFCF. Windows color (decimal): -215830 or 15381756. OLE color: 15381756.
HSL color Cylindrical-coordinate representation of color #FCB4EA: hue angle of 315º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB4EA is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 180 | 234 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.01 |
| HSL | 315º | 0.92% | 0.85% | - |
| HSV(B) | 315º | 0.29% | 0.99% | - |
| XYZ | 71.32 | 59.28 | 85.52 | - |
| YUV | 207.68 | 142.85 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 180 | 234 | 0 | 0.29 | 0.07 | 0.01 | 315 | 0.92 | 0.85 |
| Hex | FC | B4 | EA | 0 | 1D | 7 | 1 | 13B | 5C | 55 |
| Octal | 374 | 264 | 352 | 0 | 35 | 7 | 1 | 473 | 134 | 125 |
| Binary | 11111100 | 10110100 | 11101010 | 0 | 11101 | 111 | 1 | 100111011 | 1011100 | 1010101 |
Color Harmonies of #FCB4EA
Complementary color
Monochromatic Colors of #FCB4EA
Black with #FCB4EA
Text Example
Text Example
White with #FCB4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB4EA; }
p { color: rgb(252,180,234); }
H1.HeaderClassName
{
color: #FCB4EA;
}
.AnyTagClassName
{
color: #FCB4EA;
}
</style>
background-color css
<style>
a { background-color: #FCB4EA; }
a { background-color: rgb(252,180,234); }
div.DivClassName
{
background-color: #FCB4EA;
}
.BgClassName
{
background-color: #FCB4EA;
}
</style>
border-color css
<style>
span { border-color: #FCB4EA; }
span { border-color: rgb(252,180,234); }
td.TdClassName
{
border-color: #FCB4EA;
}
.TagClassName
{
border-color: #FCB4EA;
}
</style>