#FEA9DC

Color #FEA9DC Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #FEA9DC

Tints of Lavender Pink #FEA9DC

Color information

#FEA9DC (or 0xFEA9DC) is unknown color: approx Lavender Pink. HEX triplet: FE, A9 and DC. RGB value is (254,169,220). Sum of RGB (Red+Green+Blue) = 254+169+220=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 169 (66.41% from 255 or 26.28% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9DC is #015623. Grayscale: #C8C8C8. Windows color (decimal): -87588 or 14461438. OLE color: 14461438.

HSL color Cylindrical-coordinate representation of color #FEA9DC: hue angle of 324º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEA9DC is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB254169220-
CMYK00.330.130.00
HSL324º97.7%82.94%-
HSV(B)324º33.46%99.61%-
XYZ67.9854.6174.67-
YUV200.23139.16166.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 39.50%
GREEN value IS 169 (66.41% from 255) = 26.28%
BLUE value IS 220 (86.33% from 255) = 34.21%
R=39.50%
G=26.28%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416922000.330.130.0032497.782.94
HexFEA9DC021D01446253
Octal376251334041150504142123
Binary11111110101010011101110001000011101010100010011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA9DC; }

 p { color: rgb(254,169,220); }

 H1.HeaderClassName
 {
   color: #FEA9DC;
 }
 .AnyTagClassName
 {
   color: #FEA9DC;
 }
</style>
background-color css

<style>
 a { background-color: #FEA9DC; }

 a { background-color: rgb(254,169,220); }

 div.DivClassName
 {
   background-color: #FEA9DC;
 }
 .BgClassName
 {
   background-color: #FEA9DC;
 }
</style>
border-color css

<style>
 span { border-color: #FEA9DC; }

 span { border-color: rgb(254,169,220); }

 td.TdClassName
 {
   border-color: #FEA9DC;
 }
 .TagClassName
 {
   border-color: #FEA9DC;
 }
</style>