#FEABD0

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

Shades of Lavender Pink #FEABD0

Tints of Lavender Pink #FEABD0

Color information

#FEABD0 (or 0xFEABD0) is unknown color: approx Lavender Pink. HEX triplet: FE, AB and D0. RGB value is (254,171,208). Sum of RGB (Red+Green+Blue) = 254+171+208=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABD0 is #01542F. Grayscale: #C7C7C7. Windows color (decimal): -87088 or 13675518. OLE color: 13675518.

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

Color convert

RGB254171208-
CMYK00.330.180.00
HSL333.25º97.65%83.33%-
HSV(B)333.25º32.68%99.61%-
XYZ66.8254.7566.72-
YUV200.03132.5166.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.13%
GREEN value IS 171 (67.19% from 255) = 27.01%
BLUE value IS 208 (81.64% from 255) = 32.86%
R=40.13%
G=27.01%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417120800.330.180.00333.2597.6583.33
HexFEABD002112014d6253
Octal376253320041220515142123
Binary111111101010101111010000010000110010010100110111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEABD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEABD0; }

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

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

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

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

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

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

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

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