#FEAADC

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

Shades of Lavender Pink #FEAADC

Tints of Lavender Pink #FEAADC

Color information

#FEAADC (or 0xFEAADC) is unknown color: approx Lavender Pink. HEX triplet: FE, AA and DC. RGB value is (254,170,220). Sum of RGB (Red+Green+Blue) = 254+170+220=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAADC is #015523. Grayscale: #C8C8C8. Windows color (decimal): -87332 or 14461694. OLE color: 14461694.

HSL color Cylindrical-coordinate representation of color #FEAADC: hue angle of 324.29º 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 #FEAADC is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB254170220-
CMYK00.330.130.00
HSL324.29º97.67%83.14%-
HSV(B)324.29º33.07%99.61%-
XYZ68.1754.9974.73-
YUV200.82138.83165.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.44%
GREEN value IS 170 (66.80% from 255) = 26.40%
BLUE value IS 220 (86.33% from 255) = 34.16%
R=39.44%
G=26.40%
B=34.16%

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
Decimal25417022000.330.130.00324.2997.6783.14
HexFEAADC021D01446253
Octal376252334041150504142123
Binary11111110101010101101110001000011101010100010011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAADC; }

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

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

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

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

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

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

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

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