Shades of Lavender Rose #FCACE7
Tints of Lavender Rose #FCACE7
RGB
CMYK
RGB Variations
Color information
#FCACE7 (or 0xFCACE7) is known color: Lavender Rose. HEX triplet: FC, AC and E7. RGB value is (252,172,231). Sum of RGB (Red+Green+Blue) = 252+172+231=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 172 (67.58% from 255 or 26.26% from 655); Blue value is 231 (90.62% from 255 or 35.27% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACE7 is #035318. Grayscale: #CACACA. Windows color (decimal): -217881 or 15183100. OLE color: 15183100.
HSL color Cylindrical-coordinate representation of color #FCACE7: hue angle of 315.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 #FCACE7 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 172 | 231 | - |
CMYK | 0 | 0.32 | 0.08 | 0.01 |
HSL | 315.75º | 0.93% | 0.83% | - |
HSV(B) | 315.75º | 0.32% | 0.99% | - |
XYZ | 69.32 | 55.97 | 82.75 | - |
YUV | 202.65 | 144 | 163.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 172 | 231 | 0 | 0.32 | 0.08 | 0.01 | 315.75 | 0.93 | 0.83 |
Hex | FC | AC | E7 | 0 | 20 | 8 | 1 | 13C | 5D | 53 |
Octal | 374 | 254 | 347 | 0 | 40 | 10 | 1 | 474 | 135 | 123 |
Binary | 11111100 | 10101100 | 11100111 | 0 | 100000 | 1000 | 1 | 100111100 | 1011101 | 1010011 |
Color Harmonies of #FCACE7
Complementary color
Monochromatic Colors of #FCACE7
Black with #FCACE7
Text Example
Text Example
White with #FCACE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACE7; }
p { color: rgb(252,172,231); }
H1.HeaderClassName
{
color: #FCACE7;
}
.AnyTagClassName
{
color: #FCACE7;
}
</style>
background-color css
<style>
a { background-color: #FCACE7; }
a { background-color: rgb(252,172,231); }
div.DivClassName
{
background-color: #FCACE7;
}
.BgClassName
{
background-color: #FCACE7;
}
</style>
border-color css
<style>
span { border-color: #FCACE7; }
span { border-color: rgb(252,172,231); }
td.TdClassName
{
border-color: #FCACE7;
}
.TagClassName
{
border-color: #FCACE7;
}
</style>