Shades of Lavender Rose #FCACFA
Tints of Lavender Rose #FCACFA
RGB
CMYK
RGB Variations
Color information
#FCACFA (or 0xFCACFA) is known color: Lavender Rose. HEX triplet: FC, AC and FA. RGB value is (252,172,250). Sum of RGB (Red+Green+Blue) = 252+172+250=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 172 (67.58% from 255 or 25.52% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACFA is #035305. Grayscale: #CCCCCC. Windows color (decimal): -217862 or 16428284. OLE color: 16428284.
HSL color Cylindrical-coordinate representation of color #FCACFA: hue angle of 301.5º 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 #FCACFA is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 250 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.01 |
| HSL | 301.5º | 0.93% | 0.83% | - |
| HSV(B) | 301.5º | 0.32% | 0.99% | - |
| XYZ | 72.15 | 57.1 | 97.66 | - |
| YUV | 204.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 250 | 0 | 0.32 | 0.01 | 0.01 | 301.5 | 0.93 | 0.83 |
| Hex | FC | AC | FA | 0 | 20 | 1 | 1 | 12E | 5D | 53 |
| Octal | 374 | 254 | 372 | 0 | 40 | 1 | 1 | 456 | 135 | 123 |
| Binary | 11111100 | 10101100 | 11111010 | 0 | 100000 | 1 | 1 | 100101110 | 1011101 | 1010011 |
Color Harmonies of #FCACFA
Complementary color
Monochromatic Colors of #FCACFA
Black with #FCACFA
Text Example
Text Example
White with #FCACFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACFA; }
p { color: rgb(252,172,250); }
H1.HeaderClassName
{
color: #FCACFA;
}
.AnyTagClassName
{
color: #FCACFA;
}
</style>
background-color css
<style>
a { background-color: #FCACFA; }
a { background-color: rgb(252,172,250); }
div.DivClassName
{
background-color: #FCACFA;
}
.BgClassName
{
background-color: #FCACFA;
}
</style>
border-color css
<style>
span { border-color: #FCACFA; }
span { border-color: rgb(252,172,250); }
td.TdClassName
{
border-color: #FCACFA;
}
.TagClassName
{
border-color: #FCACFA;
}
</style>