Shades of Lavender Pink #FDA8D0
Tints of Lavender Pink #FDA8D0
RGB
CMYK
RGB Variations
Color information
#FDA8D0 (or 0xFDA8D0) is known color: Lavender Pink. HEX triplet: FD, A8 and D0. RGB value is (253,168,208). Sum of RGB (Red+Green+Blue) = 253+168+208=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 168 (66.02% from 255 or 26.71% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA8D0 is #02572F. Grayscale: #C5C5C5. Windows color (decimal): -153392 or 13674749. OLE color: 13674749.
HSL color Cylindrical-coordinate representation of color #FDA8D0: hue angle of 331.76º 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 #FDA8D0 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 208 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.01 |
| HSL | 331.76º | 0.96% | 0.83% | - |
| HSV(B) | 331.76º | 0.34% | 0.99% | - |
| XYZ | 65.9 | 53.44 | 66.52 | - |
| YUV | 197.98 | 133.66 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 208 | 0 | 0.34 | 0.18 | 0.01 | 331.76 | 0.96 | 0.83 |
| Hex | FD | A8 | D0 | 0 | 22 | 12 | 1 | 14C | 60 | 53 |
| Octal | 375 | 250 | 320 | 0 | 42 | 22 | 1 | 514 | 140 | 123 |
| Binary | 11111101 | 10101000 | 11010000 | 0 | 100010 | 10010 | 1 | 101001100 | 1100000 | 1010011 |
Color Harmonies of #FDA8D0
Complementary color
Monochromatic Colors of #FDA8D0
Black with #FDA8D0
Text Example
Text Example
White with #FDA8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA8D0; }
p { color: rgb(253,168,208); }
H1.HeaderClassName
{
color: #FDA8D0;
}
.AnyTagClassName
{
color: #FDA8D0;
}
</style>
background-color css
<style>
a { background-color: #FDA8D0; }
a { background-color: rgb(253,168,208); }
div.DivClassName
{
background-color: #FDA8D0;
}
.BgClassName
{
background-color: #FDA8D0;
}
</style>
border-color css
<style>
span { border-color: #FDA8D0; }
span { border-color: rgb(253,168,208); }
td.TdClassName
{
border-color: #FDA8D0;
}
.TagClassName
{
border-color: #FDA8D0;
}
</style>