#FEA0F2

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

Shades of Lavender Rose #FEA0F2

Tints of Lavender Rose #FEA0F2

Color information

#FEA0F2 (or 0xFEA0F2) is unknown color: approx Lavender Rose. HEX triplet: FE, A0 and F2. RGB value is (254,160,242). Sum of RGB (Red+Green+Blue) = 254+160+242=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 160 (62.89% from 255 or 24.39% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA0F2 is #015F0D. Grayscale: #C5C5C5. Windows color (decimal): -89870 or 15900926. OLE color: 15900926.

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

Color convert

RGB254160242-
CMYK00.370.050.00
HSL307.66º97.92%81.18%-
HSV(B)307.66º37.01%99.61%-
XYZ69.4752.6290.5-
YUV197.45153.14168.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.72%
GREEN value IS 160 (62.89% from 255) = 24.39%
BLUE value IS 242 (94.92% from 255) = 36.89%
R=38.72%
G=24.39%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416024200.370.050.00307.6697.9281.18
HexFEA0F2025501346251
Octal37624036204550464142121
Binary1111111010100000111100100100101101010011010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA0F2; }

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

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

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

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

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

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

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

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