Shades of Lavender Pink #FCAAD2
Tints of Lavender Pink #FCAAD2
RGB
CMYK
RGB Variations
Color information
#FCAAD2 (or 0xFCAAD2) is known color: Lavender Pink. HEX triplet: FC, AA and D2. RGB value is (252,170,210). Sum of RGB (Red+Green+Blue) = 252+170+210=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 170 (66.80% from 255 or 26.90% from 632); Blue value is 210 (82.42% from 255 or 33.23% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAAD2 is #03552D. Grayscale: #C6C6C6. Windows color (decimal): -218414 or 13806332. OLE color: 13806332.
HSL color Cylindrical-coordinate representation of color #FCAAD2: hue angle of 330.73º 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 #FCAAD2 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 210 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.01 |
| HSL | 330.73º | 0.93% | 0.83% | - |
| HSV(B) | 330.73º | 0.33% | 0.99% | - |
| XYZ | 66.15 | 54.1 | 67.93 | - |
| YUV | 199.08 | 134.17 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 210 | 0 | 0.33 | 0.17 | 0.01 | 330.73 | 0.93 | 0.83 |
| Hex | FC | AA | D2 | 0 | 21 | 11 | 1 | 14B | 5D | 53 |
| Octal | 374 | 252 | 322 | 0 | 41 | 21 | 1 | 513 | 135 | 123 |
| Binary | 11111100 | 10101010 | 11010010 | 0 | 100001 | 10001 | 1 | 101001011 | 1011101 | 1010011 |
Color Harmonies of #FCAAD2
Complementary color
Monochromatic Colors of #FCAAD2
Black with #FCAAD2
Text Example
Text Example
White with #FCAAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAAD2; }
p { color: rgb(252,170,210); }
H1.HeaderClassName
{
color: #FCAAD2;
}
.AnyTagClassName
{
color: #FCAAD2;
}
</style>
background-color css
<style>
a { background-color: #FCAAD2; }
a { background-color: rgb(252,170,210); }
div.DivClassName
{
background-color: #FCAAD2;
}
.BgClassName
{
background-color: #FCAAD2;
}
</style>
border-color css
<style>
span { border-color: #FCAAD2; }
span { border-color: rgb(252,170,210); }
td.TdClassName
{
border-color: #FCAAD2;
}
.TagClassName
{
border-color: #FCAAD2;
}
</style>