#FEA3DC

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

Shades of Lavender Rose #FEA3DC

Tints of Lavender Rose #FEA3DC

Color information

#FEA3DC (or 0xFEA3DC) is unknown color: approx Lavender Rose. HEX triplet: FE, A3 and DC. RGB value is (254,163,220). Sum of RGB (Red+Green+Blue) = 254+163+220=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 163 (64.06% from 255 or 25.59% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA3DC is #015C23. Grayscale: #C4C4C4. Windows color (decimal): -89124 or 14459902. OLE color: 14459902.

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

Color convert

RGB254163220-
CMYK00.360.130.00
HSL322.42º97.85%81.76%-
HSV(B)322.42º35.83%99.61%-
XYZ66.8952.4374.31-
YUV196.71141.15168.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.87%
GREEN value IS 163 (64.06% from 255) = 25.59%
BLUE value IS 220 (86.33% from 255) = 34.54%
R=39.87%
G=25.59%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416322000.360.130.00322.4297.8581.76
HexFEA3DC024D01426252
Octal376243334044150502142122
Binary11111110101000111101110001001001101010100001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA3DC; }

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

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

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

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

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

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

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

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