Shades of Lavender Rose #FCB4E4
Tints of Lavender Rose #FCB4E4
RGB
CMYK
RGB Variations
Color information
#FCB4E4 (or 0xFCB4E4) is known color: Lavender Rose. HEX triplet: FC, B4 and E4. RGB value is (252,180,228). Sum of RGB (Red+Green+Blue) = 252+180+228=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 180 (70.70% from 255 or 27.27% from 660); Blue value is 228 (89.45% from 255 or 34.55% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB4E4 is #034B1B. Grayscale: #CECECE. Windows color (decimal): -215836 or 14988540. OLE color: 14988540.
HSL color Cylindrical-coordinate representation of color #FCB4E4: hue angle of 320º 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 #FCB4E4 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 180 | 228 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.01 |
| HSL | 320º | 0.92% | 0.85% | - |
| HSV(B) | 320º | 0.29% | 0.99% | - |
| XYZ | 70.47 | 58.94 | 81.06 | - |
| YUV | 207 | 139.85 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 180 | 228 | 0 | 0.29 | 0.10 | 0.01 | 320 | 0.92 | 0.85 |
| Hex | FC | B4 | E4 | 0 | 1D | A | 1 | 140 | 5C | 55 |
| Octal | 374 | 264 | 344 | 0 | 35 | 12 | 1 | 500 | 134 | 125 |
| Binary | 11111100 | 10110100 | 11100100 | 0 | 11101 | 1010 | 1 | 101000000 | 1011100 | 1010101 |
Color Harmonies of #FCB4E4
Complementary color
Monochromatic Colors of #FCB4E4
Black with #FCB4E4
Text Example
Text Example
White with #FCB4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB4E4; }
p { color: rgb(252,180,228); }
H1.HeaderClassName
{
color: #FCB4E4;
}
.AnyTagClassName
{
color: #FCB4E4;
}
</style>
background-color css
<style>
a { background-color: #FCB4E4; }
a { background-color: rgb(252,180,228); }
div.DivClassName
{
background-color: #FCB4E4;
}
.BgClassName
{
background-color: #FCB4E4;
}
</style>
border-color css
<style>
span { border-color: #FCB4E4; }
span { border-color: rgb(252,180,228); }
td.TdClassName
{
border-color: #FCB4E4;
}
.TagClassName
{
border-color: #FCB4E4;
}
</style>