Shades of Lavender Pink #FCAADA
Tints of Lavender Pink #FCAADA
RGB
CMYK
RGB Variations
Color information
#FCAADA (or 0xFCAADA) is known color: Lavender Pink. HEX triplet: FC, AA and DA. RGB value is (252,170,218). Sum of RGB (Red+Green+Blue) = 252+170+218=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 170 (66.80% from 255 or 26.56% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAADA is #035525. Grayscale: #C7C7C7. Windows color (decimal): -218406 or 14330620. OLE color: 14330620.
HSL color Cylindrical-coordinate representation of color #FCAADA: hue angle of 324.88º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCAADA is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 218 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.01 |
| HSL | 324.88º | 0.93% | 0.83% | - |
| HSV(B) | 324.88º | 0.33% | 0.99% | - |
| XYZ | 67.17 | 54.51 | 73.31 | - |
| YUV | 199.99 | 138.17 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 218 | 0 | 0.33 | 0.13 | 0.01 | 324.88 | 0.93 | 0.83 |
| Hex | FC | AA | DA | 0 | 21 | D | 1 | 145 | 5D | 53 |
| Octal | 374 | 252 | 332 | 0 | 41 | 15 | 1 | 505 | 135 | 123 |
| Binary | 11111100 | 10101010 | 11011010 | 0 | 100001 | 1101 | 1 | 101000101 | 1011101 | 1010011 |
Color Harmonies of #FCAADA
Complementary color
Monochromatic Colors of #FCAADA
Black with #FCAADA
Text Example
Text Example
White with #FCAADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAADA; }
p { color: rgb(252,170,218); }
H1.HeaderClassName
{
color: #FCAADA;
}
.AnyTagClassName
{
color: #FCAADA;
}
</style>
background-color css
<style>
a { background-color: #FCAADA; }
a { background-color: rgb(252,170,218); }
div.DivClassName
{
background-color: #FCAADA;
}
.BgClassName
{
background-color: #FCAADA;
}
</style>
border-color css
<style>
span { border-color: #FCAADA; }
span { border-color: rgb(252,170,218); }
td.TdClassName
{
border-color: #FCAADA;
}
.TagClassName
{
border-color: #FCAADA;
}
</style>