#FEA3DB

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

Shades of Lavender Rose #FEA3DB

Tints of Lavender Rose #FEA3DB

Color information

#FEA3DB (or 0xFEA3DB) is unknown color: approx Lavender Rose. HEX triplet: FE, A3 and DB. RGB value is (254,163,219). Sum of RGB (Red+Green+Blue) = 254+163+219=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 163 (64.06% from 255 or 25.63% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA3DB is #015C24. Grayscale: #C4C4C4. Windows color (decimal): -89125 or 14394366. OLE color: 14394366.

HSL color Cylindrical-coordinate representation of color #FEA3DB: hue angle of 323.08º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA3DB is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB254163219-
CMYK00.360.140.00
HSL323.08º97.85%81.76%-
HSV(B)323.08º35.83%99.61%-
XYZ66.7652.3873.61-
YUV196.59140.65168.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.94%
GREEN value IS 163 (64.06% from 255) = 25.63%
BLUE value IS 219 (85.94% from 255) = 34.43%
R=39.94%
G=25.63%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416321900.360.140.00323.0897.8581.76
HexFEA3DB024E01436252
Octal376243333044160503142122
Binary11111110101000111101101101001001110010100001111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA3DB; }

 p { color: rgb(254,163,219); }

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

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

 a { background-color: rgb(254,163,219); }

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

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

 span { border-color: rgb(254,163,219); }

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