Shades of Lavender Rose #FCACFE
Tints of Lavender Rose #FCACFE
RGB
CMYK
RGB Variations
Color information
#FCACFE (or 0xFCACFE) is known color: Lavender Rose. HEX triplet: FC, AC and FE. RGB value is (252,172,254). Sum of RGB (Red+Green+Blue) = 252+172+254=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 172 (67.58% from 255 or 25.37% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCACFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACFE is #035301. Grayscale: #CDCDCD. Windows color (decimal): -217858 or 16690428. OLE color: 16690428.
HSL color Cylindrical-coordinate representation of color #FCACFE: hue angle of 298.54º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCACFE is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 172 | 254 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.00 |
| HSL | 298.54º | 0.98% | 0.84% | - |
| HSV(B) | 298.54º | 0.32% | 1% | - |
| XYZ | 72.79 | 57.36 | 101 | - |
| YUV | 205.27 | 155.5 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 254 | 0.01 | 0.32 | 0 | 0.00 | 298.54 | 0.98 | 0.84 |
| Hex | FC | AC | FE | 1 | 20 | 0 | 0 | 12B | 62 | 54 |
| Octal | 374 | 254 | 376 | 1 | 40 | 0 | 0 | 453 | 142 | 124 |
| Binary | 11111100 | 10101100 | 11111110 | 1 | 100000 | 0 | 0 | 100101011 | 1100010 | 1010100 |
Color Harmonies of #FCACFE
Complementary color
Monochromatic Colors of #FCACFE
Black with #FCACFE
Text Example
Text Example
White with #FCACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACFE; }
p { color: rgb(252,172,254); }
H1.HeaderClassName
{
color: #FCACFE;
}
.AnyTagClassName
{
color: #FCACFE;
}
</style>
background-color css
<style>
a { background-color: #FCACFE; }
a { background-color: rgb(252,172,254); }
div.DivClassName
{
background-color: #FCACFE;
}
.BgClassName
{
background-color: #FCACFE;
}
</style>
border-color css
<style>
span { border-color: #FCACFE; }
span { border-color: rgb(252,172,254); }
td.TdClassName
{
border-color: #FCACFE;
}
.TagClassName
{
border-color: #FCACFE;
}
</style>