#FEABD7

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

Shades of Lavender Pink #FEABD7

Tints of Lavender Pink #FEABD7

Color information

#FEABD7 (or 0xFEABD7) is unknown color: approx Lavender Pink. HEX triplet: FE, AB and D7. RGB value is (254,171,215). Sum of RGB (Red+Green+Blue) = 254+171+215=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 171 (67.19% from 255 or 26.72% from 640); Blue value is 215 (84.38% from 255 or 33.59% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABD7 is #015428. Grayscale: #C8C8C8. Windows color (decimal): -87081 or 14134270. OLE color: 14134270.

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

Color convert

RGB254171215-
CMYK00.330.150.00
HSL328.19º97.65%83.33%-
HSV(B)328.19º32.68%99.61%-
XYZ67.755.171.36-
YUV200.83136165.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.69%
GREEN value IS 171 (67.19% from 255) = 26.72%
BLUE value IS 215 (84.38% from 255) = 33.59%
R=39.69%
G=26.72%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417121500.330.150.00328.1997.6583.33
HexFEABD7021F01486253
Octal376253327041170510142123
Binary11111110101010111101011101000011111010100100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEABD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEABD7; }

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

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

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

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

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

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

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

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