#FEABDA

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

Shades of Lavender Pink #FEABDA

Tints of Lavender Pink #FEABDA

Color information

#FEABDA (or 0xFEABDA) is unknown color: approx Lavender Pink. HEX triplet: FE, AB and DA. RGB value is (254,171,218). Sum of RGB (Red+Green+Blue) = 254+171+218=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 171 (67.19% from 255 or 26.59% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABDA is #015425. Grayscale: #C9C9C9. Windows color (decimal): -87078 or 14330878. OLE color: 14330878.

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

Color convert

RGB254171218-
CMYK00.330.140.00
HSL326.02º97.65%83.33%-
HSV(B)326.02º32.68%99.61%-
XYZ68.0955.2673.41-
YUV201.18137.5165.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.50%
GREEN value IS 171 (67.19% from 255) = 26.59%
BLUE value IS 218 (85.55% from 255) = 33.90%
R=39.50%
G=26.59%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417121800.330.140.00326.0297.6583.33
HexFEABDA021E01466253
Octal376253332041160506142123
Binary11111110101010111101101001000011110010100011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEABDA; }

 p { color: rgb(254,171,218); }

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

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

 a { background-color: rgb(254,171,218); }

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

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

 span { border-color: rgb(254,171,218); }

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