Shades of Lavender Pink #FEA2D3
Tints of Lavender Pink #FEA2D3
RGB
CMYK
RGB Variations
Color information
#FEA2D3 (or 0xFEA2D3) is known color: Lavender Pink. HEX triplet: FE, A2 and D3. RGB value is (254,162,211). Sum of RGB (Red+Green+Blue) = 254+162+211=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 162 (63.67% from 255 or 25.84% from 627); Blue value is 211 (82.81% from 255 or 33.65% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2D3 is #015D2C. Grayscale: #C2C2C2. Windows color (decimal): -89389 or 13869822. OLE color: 13869822.
HSL color Cylindrical-coordinate representation of color #FEA2D3: hue angle of 328.04º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA2D3 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 211 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.00 |
| HSL | 328.04º | 0.98% | 0.82% | - |
| HSV(B) | 328.04º | 0.36% | 1% | - |
| XYZ | 65.55 | 51.61 | 68.14 | - |
| YUV | 195.09 | 136.98 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 211 | 0 | 0.36 | 0.17 | 0.00 | 328.04 | 0.98 | 0.82 |
| Hex | FE | A2 | D3 | 0 | 24 | 11 | 0 | 148 | 62 | 52 |
| Octal | 376 | 242 | 323 | 0 | 44 | 21 | 0 | 510 | 142 | 122 |
| Binary | 11111110 | 10100010 | 11010011 | 0 | 100100 | 10001 | 0 | 101001000 | 1100010 | 1010010 |
Color Harmonies of #FEA2D3
Complementary color
Monochromatic Colors of #FEA2D3
Black with #FEA2D3
Text Example
Text Example
White with #FEA2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2D3; }
p { color: rgb(254,162,211); }
H1.HeaderClassName
{
color: #FEA2D3;
}
.AnyTagClassName
{
color: #FEA2D3;
}
</style>
background-color css
<style>
a { background-color: #FEA2D3; }
a { background-color: rgb(254,162,211); }
div.DivClassName
{
background-color: #FEA2D3;
}
.BgClassName
{
background-color: #FEA2D3;
}
</style>
border-color css
<style>
span { border-color: #FEA2D3; }
span { border-color: rgb(254,162,211); }
td.TdClassName
{
border-color: #FEA2D3;
}
.TagClassName
{
border-color: #FEA2D3;
}
</style>