#FEA0DC

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

Shades of Lavender Rose #FEA0DC

Tints of Lavender Rose #FEA0DC

Color information

#FEA0DC (or 0xFEA0DC) is unknown color: approx Lavender Rose. HEX triplet: FE, A0 and DC. RGB value is (254,160,220). Sum of RGB (Red+Green+Blue) = 254+160+220=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 160 (62.89% from 255 or 25.24% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0DC is #015F23. Grayscale: #C2C2C2. Windows color (decimal): -89892 or 14459134. OLE color: 14459134.

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

Color convert

RGB254160220-
CMYK00.370.130.00
HSL321.7º97.92%81.18%-
HSV(B)321.7º37.01%99.61%-
XYZ66.3651.3874.13-
YUV194.95142.14170.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.06%
GREEN value IS 160 (62.89% from 255) = 25.24%
BLUE value IS 220 (86.33% from 255) = 34.70%
R=40.06%
G=25.24%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416022000.370.130.00321.797.9281.18
HexFEA0DC025D01426251
Octal376240334045150502142121
Binary11111110101000001101110001001011101010100001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA0DC; }

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

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

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

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

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

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

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

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