#FEABE0

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

Shades of Lavender Rose #FEABE0

Tints of Lavender Rose #FEABE0

Color information

#FEABE0 (or 0xFEABE0) is unknown color: approx Lavender Rose. HEX triplet: FE, AB and E0. RGB value is (254,171,224). Sum of RGB (Red+Green+Blue) = 254+171+224=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 171 (67.19% from 255 or 26.35% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABE0 is #01541F. Grayscale: #C9C9C9. Windows color (decimal): -87072 or 14724094. OLE color: 14724094.

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

Color convert

RGB254171224-
CMYK00.330.120.00
HSL321.69º97.65%83.33%-
HSV(B)321.69º32.68%99.61%-
XYZ68.8955.5877.62-
YUV201.86140.5165.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.14%
GREEN value IS 171 (67.19% from 255) = 26.35%
BLUE value IS 224 (87.89% from 255) = 34.51%
R=39.14%
G=26.35%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417122400.330.120.00321.6997.6583.33
HexFEABE0021C01426253
Octal376253340041140502142123
Binary11111110101010111110000001000011100010100001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEABE0; }

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

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

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

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

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

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

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

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