Shades of Lavender Pink #FCADD8
Tints of Lavender Pink #FCADD8
RGB
CMYK
RGB Variations
Color information
#FCADD8 (or 0xFCADD8) is known color: Lavender Pink. HEX triplet: FC, AD and D8. RGB value is (252,173,216). Sum of RGB (Red+Green+Blue) = 252+173+216=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADD8 is #035227. Grayscale: #C9C9C9. Windows color (decimal): -217640 or 14200316. OLE color: 14200316.
HSL color Cylindrical-coordinate representation of color #FCADD8: hue angle of 327.34º 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 #FCADD8 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 216 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.01 |
| HSL | 327.34º | 0.93% | 0.83% | - |
| HSV(B) | 327.34º | 0.31% | 0.99% | - |
| XYZ | 67.48 | 55.54 | 72.13 | - |
| YUV | 201.52 | 136.17 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 216 | 0 | 0.31 | 0.14 | 0.01 | 327.34 | 0.93 | 0.83 |
| Hex | FC | AD | D8 | 0 | 1F | E | 1 | 147 | 5D | 53 |
| Octal | 374 | 255 | 330 | 0 | 37 | 16 | 1 | 507 | 135 | 123 |
| Binary | 11111100 | 10101101 | 11011000 | 0 | 11111 | 1110 | 1 | 101000111 | 1011101 | 1010011 |
Color Harmonies of #FCADD8
Complementary color
Monochromatic Colors of #FCADD8
Black with #FCADD8
Text Example
Text Example
White with #FCADD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADD8; }
p { color: rgb(252,173,216); }
H1.HeaderClassName
{
color: #FCADD8;
}
.AnyTagClassName
{
color: #FCADD8;
}
</style>
background-color css
<style>
a { background-color: #FCADD8; }
a { background-color: rgb(252,173,216); }
div.DivClassName
{
background-color: #FCADD8;
}
.BgClassName
{
background-color: #FCADD8;
}
</style>
border-color css
<style>
span { border-color: #FCADD8; }
span { border-color: rgb(252,173,216); }
td.TdClassName
{
border-color: #FCADD8;
}
.TagClassName
{
border-color: #FCADD8;
}
</style>