Shades of Lavender Rose #FCACFD
Tints of Lavender Rose #FCACFD
RGB
CMYK
RGB Variations
Color information
#FCACFD (or 0xFCACFD) is known color: Lavender Rose. HEX triplet: FC, AC and FD. RGB value is (252,172,253). Sum of RGB (Red+Green+Blue) = 252+172+253=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 172 (67.58% from 255 or 25.41% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCACFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACFD is #035302. Grayscale: #CCCCCC. Windows color (decimal): -217859 or 16624892. OLE color: 16624892.
HSL color Cylindrical-coordinate representation of color #FCACFD: hue angle of 299.26º degrees, saturation: 0.95, 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 #FCACFD is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 172 | 253 | - |
CMYK | 0.00 | 0.32 | 0 | 0.01 |
HSL | 299.26º | 0.95% | 0.83% | - |
HSV(B) | 299.26º | 0.32% | 0.99% | - |
XYZ | 72.63 | 57.29 | 100.16 | - |
YUV | 205.15 | 155 | 161.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 172 | 253 | 0.00 | 0.32 | 0 | 0.01 | 299.26 | 0.95 | 0.83 |
Hex | FC | AC | FD | 0 | 20 | 0 | 1 | 12B | 5F | 53 |
Octal | 374 | 254 | 375 | 0 | 40 | 0 | 1 | 453 | 137 | 123 |
Binary | 11111100 | 10101100 | 11111101 | 0 | 100000 | 0 | 1 | 100101011 | 1011111 | 1010011 |
Color Harmonies of #FCACFD
Complementary color
Monochromatic Colors of #FCACFD
Black with #FCACFD
Text Example
Text Example
White with #FCACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACFD; }
p { color: rgb(252,172,253); }
H1.HeaderClassName
{
color: #FCACFD;
}
.AnyTagClassName
{
color: #FCACFD;
}
</style>
background-color css
<style>
a { background-color: #FCACFD; }
a { background-color: rgb(252,172,253); }
div.DivClassName
{
background-color: #FCACFD;
}
.BgClassName
{
background-color: #FCACFD;
}
</style>
border-color css
<style>
span { border-color: #FCACFD; }
span { border-color: rgb(252,172,253); }
td.TdClassName
{
border-color: #FCACFD;
}
.TagClassName
{
border-color: #FCACFD;
}
</style>