Shades of Lavender Pink #FDA8D1
Tints of Lavender Pink #FDA8D1
RGB
CMYK
RGB Variations
Color information
#FDA8D1 (or 0xFDA8D1) is known color: Lavender Pink. HEX triplet: FD, A8 and D1. RGB value is (253,168,209). Sum of RGB (Red+Green+Blue) = 253+168+209=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 168 (66.02% from 255 or 26.67% from 630); Blue value is 209 (82.03% from 255 or 33.17% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA8D1 is #02572E. Grayscale: #C6C6C6. Windows color (decimal): -153391 or 13740285. OLE color: 13740285.
HSL color Cylindrical-coordinate representation of color #FDA8D1: hue angle of 331.06º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA8D1 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 168 | 209 | - |
CMYK | 0 | 0.34 | 0.17 | 0.01 |
HSL | 331.06º | 0.96% | 0.83% | - |
HSV(B) | 331.06º | 0.34% | 0.99% | - |
XYZ | 66.02 | 53.49 | 67.17 | - |
YUV | 198.09 | 134.16 | 167.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 168 | 209 | 0 | 0.34 | 0.17 | 0.01 | 331.06 | 0.96 | 0.83 |
Hex | FD | A8 | D1 | 0 | 22 | 11 | 1 | 14B | 60 | 53 |
Octal | 375 | 250 | 321 | 0 | 42 | 21 | 1 | 513 | 140 | 123 |
Binary | 11111101 | 10101000 | 11010001 | 0 | 100010 | 10001 | 1 | 101001011 | 1100000 | 1010011 |
Color Harmonies of #FDA8D1
Complementary color
Monochromatic Colors of #FDA8D1
Black with #FDA8D1
Text Example
Text Example
White with #FDA8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA8D1; }
p { color: rgb(253,168,209); }
H1.HeaderClassName
{
color: #FDA8D1;
}
.AnyTagClassName
{
color: #FDA8D1;
}
</style>
background-color css
<style>
a { background-color: #FDA8D1; }
a { background-color: rgb(253,168,209); }
div.DivClassName
{
background-color: #FDA8D1;
}
.BgClassName
{
background-color: #FDA8D1;
}
</style>
border-color css
<style>
span { border-color: #FDA8D1; }
span { border-color: rgb(253,168,209); }
td.TdClassName
{
border-color: #FDA8D1;
}
.TagClassName
{
border-color: #FDA8D1;
}
</style>