Shades of Lavender Rose #FCB5E8
Tints of Lavender Rose #FCB5E8
RGB
CMYK
RGB Variations
Color information
#FCB5E8 (or 0xFCB5E8) is known color: Lavender Rose. HEX triplet: FC, B5 and E8. RGB value is (252,181,232). Sum of RGB (Red+Green+Blue) = 252+181+232=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 181 (71.09% from 255 or 27.22% from 665); Blue value is 232 (91.02% from 255 or 34.89% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB5E8 is #034A17. Grayscale: #CFCFCF. Windows color (decimal): -215576 or 15250940. OLE color: 15250940.
HSL color Cylindrical-coordinate representation of color #FCB5E8: hue angle of 316.9º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCB5E8 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 232 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.01 |
| HSL | 316.9º | 0.92% | 0.85% | - |
| HSV(B) | 316.9º | 0.28% | 0.99% | - |
| XYZ | 71.23 | 59.57 | 84.09 | - |
| YUV | 208.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 232 | 0 | 0.28 | 0.08 | 0.01 | 316.9 | 0.92 | 0.85 |
| Hex | FC | B5 | E8 | 0 | 1C | 8 | 1 | 13D | 5C | 55 |
| Octal | 374 | 265 | 350 | 0 | 34 | 10 | 1 | 475 | 134 | 125 |
| Binary | 11111100 | 10110101 | 11101000 | 0 | 11100 | 1000 | 1 | 100111101 | 1011100 | 1010101 |
Color Harmonies of #FCB5E8
Complementary color
Monochromatic Colors of #FCB5E8
Black with #FCB5E8
Text Example
Text Example
White with #FCB5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB5E8; }
p { color: rgb(252,181,232); }
H1.HeaderClassName
{
color: #FCB5E8;
}
.AnyTagClassName
{
color: #FCB5E8;
}
</style>
background-color css
<style>
a { background-color: #FCB5E8; }
a { background-color: rgb(252,181,232); }
div.DivClassName
{
background-color: #FCB5E8;
}
.BgClassName
{
background-color: #FCB5E8;
}
</style>
border-color css
<style>
span { border-color: #FCB5E8; }
span { border-color: rgb(252,181,232); }
td.TdClassName
{
border-color: #FCB5E8;
}
.TagClassName
{
border-color: #FCB5E8;
}
</style>