Shades of Lavender Rose #FCACEF
Tints of Lavender Rose #FCACEF
RGB
CMYK
RGB Variations
Color information
#FCACEF (or 0xFCACEF) is known color: Lavender Rose. HEX triplet: FC, AC and EF. RGB value is (252,172,239). Sum of RGB (Red+Green+Blue) = 252+172+239=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 172 (67.58% from 255 or 25.94% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACEF is #035310. Grayscale: #CBCBCB. Windows color (decimal): -217873 or 15707388. OLE color: 15707388.
HSL color Cylindrical-coordinate representation of color #FCACEF: hue angle of 309.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCACEF is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 239 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.01 |
| HSL | 309.75º | 0.93% | 0.83% | - |
| HSV(B) | 309.75º | 0.32% | 0.99% | - |
| XYZ | 70.48 | 56.43 | 88.84 | - |
| YUV | 203.56 | 148 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 239 | 0 | 0.32 | 0.05 | 0.01 | 309.75 | 0.93 | 0.83 |
| Hex | FC | AC | EF | 0 | 20 | 5 | 1 | 136 | 5D | 53 |
| Octal | 374 | 254 | 357 | 0 | 40 | 5 | 1 | 466 | 135 | 123 |
| Binary | 11111100 | 10101100 | 11101111 | 0 | 100000 | 101 | 1 | 100110110 | 1011101 | 1010011 |
Color Harmonies of #FCACEF
Complementary color
Monochromatic Colors of #FCACEF
Black with #FCACEF
Text Example
Text Example
White with #FCACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACEF; }
p { color: rgb(252,172,239); }
H1.HeaderClassName
{
color: #FCACEF;
}
.AnyTagClassName
{
color: #FCACEF;
}
</style>
background-color css
<style>
a { background-color: #FCACEF; }
a { background-color: rgb(252,172,239); }
div.DivClassName
{
background-color: #FCACEF;
}
.BgClassName
{
background-color: #FCACEF;
}
</style>
border-color css
<style>
span { border-color: #FCACEF; }
span { border-color: rgb(252,172,239); }
td.TdClassName
{
border-color: #FCACEF;
}
.TagClassName
{
border-color: #FCACEF;
}
</style>