Shades of Lavender Rose #FCB5E5
Tints of Lavender Rose #FCB5E5
RGB
CMYK
RGB Variations
Color information
#FCB5E5 (or 0xFCB5E5) is known color: Lavender Rose. HEX triplet: FC, B5 and E5. RGB value is (252,181,229). Sum of RGB (Red+Green+Blue) = 252+181+229=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 181 (71.09% from 255 or 27.34% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB5E5 is #034A1A. Grayscale: #CFCFCF. Windows color (decimal): -215579 or 15054332. OLE color: 15054332.
HSL color Cylindrical-coordinate representation of color #FCB5E5: hue angle of 319.44º 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 #FCB5E5 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 229 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.01 |
| HSL | 319.44º | 0.92% | 0.85% | - |
| HSV(B) | 319.44º | 0.28% | 0.99% | - |
| XYZ | 70.81 | 59.4 | 81.86 | - |
| YUV | 207.7 | 140.02 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 229 | 0 | 0.28 | 0.09 | 0.01 | 319.44 | 0.92 | 0.85 |
| Hex | FC | B5 | E5 | 0 | 1C | 9 | 1 | 13F | 5C | 55 |
| Octal | 374 | 265 | 345 | 0 | 34 | 11 | 1 | 477 | 134 | 125 |
| Binary | 11111100 | 10110101 | 11100101 | 0 | 11100 | 1001 | 1 | 100111111 | 1011100 | 1010101 |
Color Harmonies of #FCB5E5
Complementary color
Monochromatic Colors of #FCB5E5
Black with #FCB5E5
Text Example
Text Example
White with #FCB5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB5E5; }
p { color: rgb(252,181,229); }
H1.HeaderClassName
{
color: #FCB5E5;
}
.AnyTagClassName
{
color: #FCB5E5;
}
</style>
background-color css
<style>
a { background-color: #FCB5E5; }
a { background-color: rgb(252,181,229); }
div.DivClassName
{
background-color: #FCB5E5;
}
.BgClassName
{
background-color: #FCB5E5;
}
</style>
border-color css
<style>
span { border-color: #FCB5E5; }
span { border-color: rgb(252,181,229); }
td.TdClassName
{
border-color: #FCB5E5;
}
.TagClassName
{
border-color: #FCB5E5;
}
</style>