Shades of Lavender Pink #FDA3D6
Tints of Lavender Pink #FDA3D6
RGB
CMYK
RGB Variations
Color information
#FDA3D6 (or 0xFDA3D6) is known color: Lavender Pink. HEX triplet: FD, A3 and D6. RGB value is (253,163,214). Sum of RGB (Red+Green+Blue) = 253+163+214=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 163 (64.06% from 255 or 25.87% from 630); Blue value is 214 (83.98% from 255 or 33.97% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA3D6 is #025C29. Grayscale: #C3C3C3. Windows color (decimal): -154666 or 14066685. OLE color: 14066685.
HSL color Cylindrical-coordinate representation of color #FDA3D6: hue angle of 326º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA3D6 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 214 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.01 |
| HSL | 326º | 0.96% | 0.82% | - |
| HSV(B) | 326º | 0.36% | 0.99% | - |
| XYZ | 65.74 | 51.93 | 70.18 | - |
| YUV | 195.72 | 138.32 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 214 | 0 | 0.36 | 0.15 | 0.01 | 326 | 0.96 | 0.82 |
| Hex | FD | A3 | D6 | 0 | 24 | F | 1 | 146 | 60 | 52 |
| Octal | 375 | 243 | 326 | 0 | 44 | 17 | 1 | 506 | 140 | 122 |
| Binary | 11111101 | 10100011 | 11010110 | 0 | 100100 | 1111 | 1 | 101000110 | 1100000 | 1010010 |
Color Harmonies of #FDA3D6
Complementary color
Monochromatic Colors of #FDA3D6
Black with #FDA3D6
Text Example
Text Example
White with #FDA3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA3D6; }
p { color: rgb(253,163,214); }
H1.HeaderClassName
{
color: #FDA3D6;
}
.AnyTagClassName
{
color: #FDA3D6;
}
</style>
background-color css
<style>
a { background-color: #FDA3D6; }
a { background-color: rgb(253,163,214); }
div.DivClassName
{
background-color: #FDA3D6;
}
.BgClassName
{
background-color: #FDA3D6;
}
</style>
border-color css
<style>
span { border-color: #FDA3D6; }
span { border-color: rgb(253,163,214); }
td.TdClassName
{
border-color: #FDA3D6;
}
.TagClassName
{
border-color: #FDA3D6;
}
</style>