Shades of Lavender Pink #FDA4D2
Tints of Lavender Pink #FDA4D2
RGB
CMYK
RGB Variations
Color information
#FDA4D2 (or 0xFDA4D2) is known color: Lavender Pink. HEX triplet: FD, A4 and D2. RGB value is (253,164,210). Sum of RGB (Red+Green+Blue) = 253+164+210=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 164 (64.45% from 255 or 26.16% from 627); Blue value is 210 (82.42% from 255 or 33.49% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA4D2 is #025B2D. Grayscale: #C3C3C3. Windows color (decimal): -154414 or 13804797. OLE color: 13804797.
HSL color Cylindrical-coordinate representation of color #FDA4D2: hue angle of 328.99º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDA4D2 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 210 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.01 |
| HSL | 328.99º | 0.96% | 0.82% | - |
| HSV(B) | 328.99º | 0.35% | 0.99% | - |
| XYZ | 65.42 | 52.09 | 67.58 | - |
| YUV | 195.86 | 135.99 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 210 | 0 | 0.35 | 0.17 | 0.01 | 328.99 | 0.96 | 0.82 |
| Hex | FD | A4 | D2 | 0 | 23 | 11 | 1 | 149 | 60 | 52 |
| Octal | 375 | 244 | 322 | 0 | 43 | 21 | 1 | 511 | 140 | 122 |
| Binary | 11111101 | 10100100 | 11010010 | 0 | 100011 | 10001 | 1 | 101001001 | 1100000 | 1010010 |
Color Harmonies of #FDA4D2
Complementary color
Monochromatic Colors of #FDA4D2
Black with #FDA4D2
Text Example
Text Example
White with #FDA4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA4D2; }
p { color: rgb(253,164,210); }
H1.HeaderClassName
{
color: #FDA4D2;
}
.AnyTagClassName
{
color: #FDA4D2;
}
</style>
background-color css
<style>
a { background-color: #FDA4D2; }
a { background-color: rgb(253,164,210); }
div.DivClassName
{
background-color: #FDA4D2;
}
.BgClassName
{
background-color: #FDA4D2;
}
</style>
border-color css
<style>
span { border-color: #FDA4D2; }
span { border-color: rgb(253,164,210); }
td.TdClassName
{
border-color: #FDA4D2;
}
.TagClassName
{
border-color: #FDA4D2;
}
</style>