Shades of Lavender Pink #FCAECD
Tints of Lavender Pink #FCAECD
RGB
CMYK
RGB Variations
Color information
#FCAECD (or 0xFCAECD) is known color: Lavender Pink. HEX triplet: FC, AE and CD. RGB value is (252,174,205). Sum of RGB (Red+Green+Blue) = 252+174+205=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAECD is #035132. Grayscale: #C8C8C8. Windows color (decimal): -217395 or 13479676. OLE color: 13479676.
HSL color Cylindrical-coordinate representation of color #FCAECD: hue angle of 336.15º 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 #FCAECD is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 174 | 205 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.01 |
| HSL | 336.15º | 0.93% | 0.84% | - |
| HSV(B) | 336.15º | 0.31% | 0.99% | - |
| XYZ | 66.3 | 55.38 | 64.95 | - |
| YUV | 200.86 | 130.34 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 174 | 205 | 0 | 0.31 | 0.19 | 0.01 | 336.15 | 0.93 | 0.84 |
| Hex | FC | AE | CD | 0 | 1F | 13 | 1 | 150 | 5D | 54 |
| Octal | 374 | 256 | 315 | 0 | 37 | 23 | 1 | 520 | 135 | 124 |
| Binary | 11111100 | 10101110 | 11001101 | 0 | 11111 | 10011 | 1 | 101010000 | 1011101 | 1010100 |
Color Harmonies of #FCAECD
Complementary color
Monochromatic Colors of #FCAECD
Black with #FCAECD
Text Example
Text Example
White with #FCAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAECD; }
p { color: rgb(252,174,205); }
H1.HeaderClassName
{
color: #FCAECD;
}
.AnyTagClassName
{
color: #FCAECD;
}
</style>
background-color css
<style>
a { background-color: #FCAECD; }
a { background-color: rgb(252,174,205); }
div.DivClassName
{
background-color: #FCAECD;
}
.BgClassName
{
background-color: #FCAECD;
}
</style>
border-color css
<style>
span { border-color: #FCAECD; }
span { border-color: rgb(252,174,205); }
td.TdClassName
{
border-color: #FCAECD;
}
.TagClassName
{
border-color: #FCAECD;
}
</style>