Shades of Lavender Pink #FCADD2
Tints of Lavender Pink #FCADD2
RGB
CMYK
RGB Variations
Color information
#FCADD2 (or 0xFCADD2) is known color: Lavender Pink. HEX triplet: FC, AD and D2. RGB value is (252,173,210). Sum of RGB (Red+Green+Blue) = 252+173+210=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADD2 is #03522D. Grayscale: #C8C8C8. Windows color (decimal): -217646 or 13807100. OLE color: 13807100.
HSL color Cylindrical-coordinate representation of color #FCADD2: hue angle of 331.9º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCADD2 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 210 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.01 |
| HSL | 331.9º | 0.93% | 0.83% | - |
| HSV(B) | 331.9º | 0.31% | 0.99% | - |
| XYZ | 66.72 | 55.24 | 68.12 | - |
| YUV | 200.84 | 133.17 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 210 | 0 | 0.31 | 0.17 | 0.01 | 331.9 | 0.93 | 0.83 |
| Hex | FC | AD | D2 | 0 | 1F | 11 | 1 | 14C | 5D | 53 |
| Octal | 374 | 255 | 322 | 0 | 37 | 21 | 1 | 514 | 135 | 123 |
| Binary | 11111100 | 10101101 | 11010010 | 0 | 11111 | 10001 | 1 | 101001100 | 1011101 | 1010011 |
Color Harmonies of #FCADD2
Complementary color
Monochromatic Colors of #FCADD2
Black with #FCADD2
Text Example
Text Example
White with #FCADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADD2; }
p { color: rgb(252,173,210); }
H1.HeaderClassName
{
color: #FCADD2;
}
.AnyTagClassName
{
color: #FCADD2;
}
</style>
background-color css
<style>
a { background-color: #FCADD2; }
a { background-color: rgb(252,173,210); }
div.DivClassName
{
background-color: #FCADD2;
}
.BgClassName
{
background-color: #FCADD2;
}
</style>
border-color css
<style>
span { border-color: #FCADD2; }
span { border-color: rgb(252,173,210); }
td.TdClassName
{
border-color: #FCADD2;
}
.TagClassName
{
border-color: #FCADD2;
}
</style>