Shades of Lavender Rose #FCACFF
Tints of Lavender Rose #FCACFF
RGB
CMYK
RGB Variations
Color information
#FCACFF (or 0xFCACFF) is known color: Lavender Rose. HEX triplet: FC, AC and FF. RGB value is (252,172,255). Sum of RGB (Red+Green+Blue) = 252+172+255=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 172 (67.58% from 255 or 25.33% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACFF is #035300. Grayscale: #CDCDCD. Windows color (decimal): -217857 or 16755964. OLE color: 16755964.
HSL color Cylindrical-coordinate representation of color #FCACFF: hue angle of 297.83º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCACFF is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 172 | 255 | - |
| CMYK | 0.01 | 0.33 | 0 | 0 |
| HSL | 297.83º | 1% | 0.84% | - |
| HSV(B) | 297.83º | 0.33% | 1% | - |
| XYZ | 72.95 | 57.42 | 101.85 | - |
| YUV | 205.38 | 156 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 255 | 0.01 | 0.33 | 0 | 0 | 297.83 | 1 | 0.84 |
| Hex | FC | AC | FF | 1 | 21 | 0 | 0 | 12A | 64 | 54 |
| Octal | 374 | 254 | 377 | 1 | 41 | 0 | 0 | 452 | 144 | 124 |
| Binary | 11111100 | 10101100 | 11111111 | 1 | 100001 | 0 | 0 | 100101010 | 1100100 | 1010100 |
Color Harmonies of #FCACFF
Complementary color
Monochromatic Colors of #FCACFF
Black with #FCACFF
Text Example
Text Example
White with #FCACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACFF; }
p { color: rgb(252,172,255); }
H1.HeaderClassName
{
color: #FCACFF;
}
.AnyTagClassName
{
color: #FCACFF;
}
</style>
background-color css
<style>
a { background-color: #FCACFF; }
a { background-color: rgb(252,172,255); }
div.DivClassName
{
background-color: #FCACFF;
}
.BgClassName
{
background-color: #FCACFF;
}
</style>
border-color css
<style>
span { border-color: #FCACFF; }
span { border-color: rgb(252,172,255); }
td.TdClassName
{
border-color: #FCACFF;
}
.TagClassName
{
border-color: #FCACFF;
}
</style>