Shades of Lavender Pink #FDAACF
Tints of Lavender Pink #FDAACF
RGB
CMYK
RGB Variations
Color information
#FDAACF (or 0xFDAACF) is known color: Lavender Pink. HEX triplet: FD, AA and CF. RGB value is (253,170,207). Sum of RGB (Red+Green+Blue) = 253+170+207=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAACF is #025530. Grayscale: #C6C6C6. Windows color (decimal): -152881 or 13609725. OLE color: 13609725.
HSL color Cylindrical-coordinate representation of color #FDAACF: hue angle of 333.25º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDAACF is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 207 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.01 |
| HSL | 333.25º | 0.95% | 0.83% | - |
| HSV(B) | 333.25º | 0.33% | 0.99% | - |
| XYZ | 66.15 | 54.14 | 65.99 | - |
| YUV | 199.04 | 132.5 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 207 | 0 | 0.33 | 0.18 | 0.01 | 333.25 | 0.95 | 0.83 |
| Hex | FD | AA | CF | 0 | 21 | 12 | 1 | 14D | 5F | 53 |
| Octal | 375 | 252 | 317 | 0 | 41 | 22 | 1 | 515 | 137 | 123 |
| Binary | 11111101 | 10101010 | 11001111 | 0 | 100001 | 10010 | 1 | 101001101 | 1011111 | 1010011 |
Color Harmonies of #FDAACF
Complementary color
Monochromatic Colors of #FDAACF
Black with #FDAACF
Text Example
Text Example
White with #FDAACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAACF; }
p { color: rgb(253,170,207); }
H1.HeaderClassName
{
color: #FDAACF;
}
.AnyTagClassName
{
color: #FDAACF;
}
</style>
background-color css
<style>
a { background-color: #FDAACF; }
a { background-color: rgb(253,170,207); }
div.DivClassName
{
background-color: #FDAACF;
}
.BgClassName
{
background-color: #FDAACF;
}
</style>
border-color css
<style>
span { border-color: #FDAACF; }
span { border-color: rgb(253,170,207); }
td.TdClassName
{
border-color: #FDAACF;
}
.TagClassName
{
border-color: #FDAACF;
}
</style>