Shades of Lavender Pink #FCADD5
Tints of Lavender Pink #FCADD5
RGB
CMYK
RGB Variations
Color information
#FCADD5 (or 0xFCADD5) is known color: Lavender Pink. HEX triplet: FC, AD and D5. RGB value is (252,173,213). Sum of RGB (Red+Green+Blue) = 252+173+213=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADD5 is #03522A. Grayscale: #C9C9C9. Windows color (decimal): -217643 or 14003708. OLE color: 14003708.
HSL color Cylindrical-coordinate representation of color #FCADD5: hue angle of 329.62º 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 #FCADD5 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 213 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.01 |
| HSL | 329.62º | 0.93% | 0.83% | - |
| HSV(B) | 329.62º | 0.31% | 0.99% | - |
| XYZ | 67.1 | 55.39 | 70.11 | - |
| YUV | 201.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 213 | 0 | 0.31 | 0.15 | 0.01 | 329.62 | 0.93 | 0.83 |
| Hex | FC | AD | D5 | 0 | 1F | F | 1 | 14A | 5D | 53 |
| Octal | 374 | 255 | 325 | 0 | 37 | 17 | 1 | 512 | 135 | 123 |
| Binary | 11111100 | 10101101 | 11010101 | 0 | 11111 | 1111 | 1 | 101001010 | 1011101 | 1010011 |
Color Harmonies of #FCADD5
Complementary color
Monochromatic Colors of #FCADD5
Black with #FCADD5
Text Example
Text Example
White with #FCADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADD5; }
p { color: rgb(252,173,213); }
H1.HeaderClassName
{
color: #FCADD5;
}
.AnyTagClassName
{
color: #FCADD5;
}
</style>
background-color css
<style>
a { background-color: #FCADD5; }
a { background-color: rgb(252,173,213); }
div.DivClassName
{
background-color: #FCADD5;
}
.BgClassName
{
background-color: #FCADD5;
}
</style>
border-color css
<style>
span { border-color: #FCADD5; }
span { border-color: rgb(252,173,213); }
td.TdClassName
{
border-color: #FCADD5;
}
.TagClassName
{
border-color: #FCADD5;
}
</style>