#FEABE1

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

Shades of Lavender Rose #FEABE1

Tints of Lavender Rose #FEABE1

Color information

#FEABE1 (or 0xFEABE1) is unknown color: approx Lavender Rose. HEX triplet: FE, AB and E1. RGB value is (254,171,225). Sum of RGB (Red+Green+Blue) = 254+171+225=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 171 (67.19% from 255 or 26.31% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABE1 is #01541E. Grayscale: #C9C9C9. Windows color (decimal): -87071 or 14789630. OLE color: 14789630.

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

Color convert

RGB254171225-
CMYK00.330.110.00
HSL320.96º97.65%83.33%-
HSV(B)320.96º32.68%99.61%-
XYZ69.0355.6378.33-
YUV201.97141165.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.08%
GREEN value IS 171 (67.19% from 255) = 26.31%
BLUE value IS 225 (88.28% from 255) = 34.62%
R=39.08%
G=26.31%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417122500.330.110.00320.9697.6583.33
HexFEABE1021B01416253
Octal376253341041130501142123
Binary11111110101010111110000101000011011010100000111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEABE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEABE1; }

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

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

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

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

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

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

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

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