Shades of Lavender Pink #FDA3D2
Tints of Lavender Pink #FDA3D2
RGB
CMYK
RGB Variations
Color information
#FDA3D2 (or 0xFDA3D2) is known color: Lavender Pink. HEX triplet: FD, A3 and D2. RGB value is (253,163,210). Sum of RGB (Red+Green+Blue) = 253+163+210=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 163 (64.06% from 255 or 26.04% from 626); Blue value is 210 (82.42% from 255 or 33.55% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA3D2 is #025C2D. Grayscale: #C3C3C3. Windows color (decimal): -154670 or 13804541. OLE color: 13804541.
HSL color Cylindrical-coordinate representation of color #FDA3D2: hue angle of 328.67º 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 #FDA3D2 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 210 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.01 |
| HSL | 328.67º | 0.96% | 0.82% | - |
| HSV(B) | 328.67º | 0.36% | 0.99% | - |
| XYZ | 65.24 | 51.73 | 67.52 | - |
| YUV | 195.27 | 136.32 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 210 | 0 | 0.36 | 0.17 | 0.01 | 328.67 | 0.96 | 0.82 |
| Hex | FD | A3 | D2 | 0 | 24 | 11 | 1 | 149 | 60 | 52 |
| Octal | 375 | 243 | 322 | 0 | 44 | 21 | 1 | 511 | 140 | 122 |
| Binary | 11111101 | 10100011 | 11010010 | 0 | 100100 | 10001 | 1 | 101001001 | 1100000 | 1010010 |
Color Harmonies of #FDA3D2
Complementary color
Monochromatic Colors of #FDA3D2
Black with #FDA3D2
Text Example
Text Example
White with #FDA3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA3D2; }
p { color: rgb(253,163,210); }
H1.HeaderClassName
{
color: #FDA3D2;
}
.AnyTagClassName
{
color: #FDA3D2;
}
</style>
background-color css
<style>
a { background-color: #FDA3D2; }
a { background-color: rgb(253,163,210); }
div.DivClassName
{
background-color: #FDA3D2;
}
.BgClassName
{
background-color: #FDA3D2;
}
</style>
border-color css
<style>
span { border-color: #FDA3D2; }
span { border-color: rgb(253,163,210); }
td.TdClassName
{
border-color: #FDA3D2;
}
.TagClassName
{
border-color: #FDA3D2;
}
</style>