Shades of Lavender Rose #FCB4F1
Tints of Lavender Rose #FCB4F1
RGB
CMYK
RGB Variations
Color information
#FCB4F1 (or 0xFCB4F1) is known color: Lavender Rose. HEX triplet: FC, B4 and F1. RGB value is (252,180,241). Sum of RGB (Red+Green+Blue) = 252+180+241=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 180 (70.70% from 255 or 26.75% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB4F1 is #034B0E. Grayscale: #D0D0D0. Windows color (decimal): -215823 or 15840508. OLE color: 15840508.
HSL color Cylindrical-coordinate representation of color #FCB4F1: hue angle of 309.17º 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 #FCB4F1 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 180 | 241 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.01 |
| HSL | 309.17º | 0.92% | 0.85% | - |
| HSV(B) | 309.17º | 0.29% | 0.99% | - |
| XYZ | 72.34 | 59.69 | 90.93 | - |
| YUV | 208.48 | 146.35 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 180 | 241 | 0 | 0.29 | 0.04 | 0.01 | 309.17 | 0.92 | 0.85 |
| Hex | FC | B4 | F1 | 0 | 1D | 4 | 1 | 135 | 5C | 55 |
| Octal | 374 | 264 | 361 | 0 | 35 | 4 | 1 | 465 | 134 | 125 |
| Binary | 11111100 | 10110100 | 11110001 | 0 | 11101 | 100 | 1 | 100110101 | 1011100 | 1010101 |
Color Harmonies of #FCB4F1
Complementary color
Monochromatic Colors of #FCB4F1
Black with #FCB4F1
Text Example
Text Example
White with #FCB4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB4F1; }
p { color: rgb(252,180,241); }
H1.HeaderClassName
{
color: #FCB4F1;
}
.AnyTagClassName
{
color: #FCB4F1;
}
</style>
background-color css
<style>
a { background-color: #FCB4F1; }
a { background-color: rgb(252,180,241); }
div.DivClassName
{
background-color: #FCB4F1;
}
.BgClassName
{
background-color: #FCB4F1;
}
</style>
border-color css
<style>
span { border-color: #FCB4F1; }
span { border-color: rgb(252,180,241); }
td.TdClassName
{
border-color: #FCB4F1;
}
.TagClassName
{
border-color: #FCB4F1;
}
</style>