Shades of Lavender Pink #FDACCE
Tints of Lavender Pink #FDACCE
RGB
CMYK
RGB Variations
Color information
#FDACCE (or 0xFDACCE) is known color: Lavender Pink. HEX triplet: FD, AC and CE. RGB value is (253,172,206). Sum of RGB (Red+Green+Blue) = 253+172+206=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACCE is #025331. Grayscale: #C8C8C8. Windows color (decimal): -152370 or 13544701. OLE color: 13544701.
HSL color Cylindrical-coordinate representation of color #FDACCE: hue angle of 334.81º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDACCE is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 206 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.01 |
| HSL | 334.81º | 0.95% | 0.83% | - |
| HSV(B) | 334.81º | 0.32% | 0.99% | - |
| XYZ | 66.4 | 54.84 | 65.48 | - |
| YUV | 200.1 | 131.34 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 206 | 0 | 0.32 | 0.19 | 0.01 | 334.81 | 0.95 | 0.83 |
| Hex | FD | AC | CE | 0 | 20 | 13 | 1 | 14F | 5F | 53 |
| Octal | 375 | 254 | 316 | 0 | 40 | 23 | 1 | 517 | 137 | 123 |
| Binary | 11111101 | 10101100 | 11001110 | 0 | 100000 | 10011 | 1 | 101001111 | 1011111 | 1010011 |
Color Harmonies of #FDACCE
Complementary color
Monochromatic Colors of #FDACCE
Black with #FDACCE
Text Example
Text Example
White with #FDACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACCE; }
p { color: rgb(253,172,206); }
H1.HeaderClassName
{
color: #FDACCE;
}
.AnyTagClassName
{
color: #FDACCE;
}
</style>
background-color css
<style>
a { background-color: #FDACCE; }
a { background-color: rgb(253,172,206); }
div.DivClassName
{
background-color: #FDACCE;
}
.BgClassName
{
background-color: #FDACCE;
}
</style>
border-color css
<style>
span { border-color: #FDACCE; }
span { border-color: rgb(253,172,206); }
td.TdClassName
{
border-color: #FDACCE;
}
.TagClassName
{
border-color: #FDACCE;
}
</style>