Shades of Lavender Pink #FCADDA
Tints of Lavender Pink #FCADDA
RGB
CMYK
RGB Variations
Color information
#FCADDA (or 0xFCADDA) is known color: Lavender Pink. HEX triplet: FC, AD and DA. RGB value is (252,173,218). Sum of RGB (Red+Green+Blue) = 252+173+218=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 173 (67.97% from 255 or 26.91% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADDA is #035225. Grayscale: #C9C9C9. Windows color (decimal): -217638 or 14331388. OLE color: 14331388.
HSL color Cylindrical-coordinate representation of color #FCADDA: hue angle of 325.82º 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 #FCADDA is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 218 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.01 |
| HSL | 325.82º | 0.93% | 0.83% | - |
| HSV(B) | 325.82º | 0.31% | 0.99% | - |
| XYZ | 67.74 | 55.64 | 73.5 | - |
| YUV | 201.75 | 137.17 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 218 | 0 | 0.31 | 0.13 | 0.01 | 325.82 | 0.93 | 0.83 |
| Hex | FC | AD | DA | 0 | 1F | D | 1 | 146 | 5D | 53 |
| Octal | 374 | 255 | 332 | 0 | 37 | 15 | 1 | 506 | 135 | 123 |
| Binary | 11111100 | 10101101 | 11011010 | 0 | 11111 | 1101 | 1 | 101000110 | 1011101 | 1010011 |
Color Harmonies of #FCADDA
Complementary color
Monochromatic Colors of #FCADDA
Black with #FCADDA
Text Example
Text Example
White with #FCADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADDA; }
p { color: rgb(252,173,218); }
H1.HeaderClassName
{
color: #FCADDA;
}
.AnyTagClassName
{
color: #FCADDA;
}
</style>
background-color css
<style>
a { background-color: #FCADDA; }
a { background-color: rgb(252,173,218); }
div.DivClassName
{
background-color: #FCADDA;
}
.BgClassName
{
background-color: #FCADDA;
}
</style>
border-color css
<style>
span { border-color: #FCADDA; }
span { border-color: rgb(252,173,218); }
td.TdClassName
{
border-color: #FCADDA;
}
.TagClassName
{
border-color: #FCADDA;
}
</style>