#FEA5DB

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

Shades of Lavender Rose #FEA5DB

Tints of Lavender Rose #FEA5DB

Color information

#FEA5DB (or 0xFEA5DB) is unknown color: approx Lavender Rose. HEX triplet: FE, A5 and DB. RGB value is (254,165,219). Sum of RGB (Red+Green+Blue) = 254+165+219=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 165 (64.84% from 255 or 25.86% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5DB is #015A24. Grayscale: #C5C5C5. Windows color (decimal): -88613 or 14394878. OLE color: 14394878.

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

Color convert

RGB254165219-
CMYK00.350.140.00
HSL323.6º97.8%82.16%-
HSV(B)323.6º35.04%99.61%-
XYZ67.1153.173.73-
YUV197.77139.99168.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.81%
GREEN value IS 165 (64.84% from 255) = 25.86%
BLUE value IS 219 (85.94% from 255) = 34.33%
R=39.81%
G=25.86%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416521900.350.140.00323.697.882.16
HexFEA5DB023E01446252
Octal376245333043160504142122
Binary11111110101001011101101101000111110010100010011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA5DB; }

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

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

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

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

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

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

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

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