Shades of Lavender Pink #FCAEDC
Tints of Lavender Pink #FCAEDC
RGB
CMYK
RGB Variations
Color information
#FCAEDC (or 0xFCAEDC) is known color: Lavender Pink. HEX triplet: FC, AE and DC. RGB value is (252,174,220). Sum of RGB (Red+Green+Blue) = 252+174+220=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 174 (68.36% from 255 or 26.93% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEDC is #035123. Grayscale: #CACACA. Windows color (decimal): -217380 or 14462716. OLE color: 14462716.
HSL color Cylindrical-coordinate representation of color #FCAEDC: hue angle of 324.62º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCAEDC is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 174 | 220 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.01 |
| HSL | 324.62º | 0.93% | 0.84% | - |
| HSV(B) | 324.62º | 0.31% | 0.99% | - |
| XYZ | 68.2 | 56.13 | 74.95 | - |
| YUV | 202.57 | 137.84 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 174 | 220 | 0 | 0.31 | 0.13 | 0.01 | 324.62 | 0.93 | 0.84 |
| Hex | FC | AE | DC | 0 | 1F | D | 1 | 145 | 5D | 54 |
| Octal | 374 | 256 | 334 | 0 | 37 | 15 | 1 | 505 | 135 | 124 |
| Binary | 11111100 | 10101110 | 11011100 | 0 | 11111 | 1101 | 1 | 101000101 | 1011101 | 1010100 |
Color Harmonies of #FCAEDC
Complementary color
Monochromatic Colors of #FCAEDC
Black with #FCAEDC
Text Example
Text Example
White with #FCAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAEDC; }
p { color: rgb(252,174,220); }
H1.HeaderClassName
{
color: #FCAEDC;
}
.AnyTagClassName
{
color: #FCAEDC;
}
</style>
background-color css
<style>
a { background-color: #FCAEDC; }
a { background-color: rgb(252,174,220); }
div.DivClassName
{
background-color: #FCAEDC;
}
.BgClassName
{
background-color: #FCAEDC;
}
</style>
border-color css
<style>
span { border-color: #FCAEDC; }
span { border-color: rgb(252,174,220); }
td.TdClassName
{
border-color: #FCAEDC;
}
.TagClassName
{
border-color: #FCAEDC;
}
</style>