Shades of Lavender Pink #FCAEDB
Tints of Lavender Pink #FCAEDB
RGB
CMYK
RGB Variations
Color information
#FCAEDB (or 0xFCAEDB) is known color: Lavender Pink. HEX triplet: FC, AE and DB. RGB value is (252,174,219). Sum of RGB (Red+Green+Blue) = 252+174+219=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 174 (68.36% from 255 or 26.98% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEDB is #035124. Grayscale: #CACACA. Windows color (decimal): -217381 or 14397180. OLE color: 14397180.
HSL color Cylindrical-coordinate representation of color #FCAEDB: hue angle of 325.38º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCAEDB is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 174 | 219 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.01 |
| HSL | 325.38º | 0.93% | 0.84% | - |
| HSV(B) | 325.38º | 0.31% | 0.99% | - |
| XYZ | 68.07 | 56.08 | 74.26 | - |
| YUV | 202.45 | 137.34 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 174 | 219 | 0 | 0.31 | 0.13 | 0.01 | 325.38 | 0.93 | 0.84 |
| Hex | FC | AE | DB | 0 | 1F | D | 1 | 145 | 5D | 54 |
| Octal | 374 | 256 | 333 | 0 | 37 | 15 | 1 | 505 | 135 | 124 |
| Binary | 11111100 | 10101110 | 11011011 | 0 | 11111 | 1101 | 1 | 101000101 | 1011101 | 1010100 |
Color Harmonies of #FCAEDB
Complementary color
Monochromatic Colors of #FCAEDB
Black with #FCAEDB
Text Example
Text Example
White with #FCAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAEDB; }
p { color: rgb(252,174,219); }
H1.HeaderClassName
{
color: #FCAEDB;
}
.AnyTagClassName
{
color: #FCAEDB;
}
</style>
background-color css
<style>
a { background-color: #FCAEDB; }
a { background-color: rgb(252,174,219); }
div.DivClassName
{
background-color: #FCAEDB;
}
.BgClassName
{
background-color: #FCAEDB;
}
</style>
border-color css
<style>
span { border-color: #FCAEDB; }
span { border-color: rgb(252,174,219); }
td.TdClassName
{
border-color: #FCAEDB;
}
.TagClassName
{
border-color: #FCAEDB;
}
</style>