#FEA2F4

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

Shades of Lavender Rose #FEA2F4

Tints of Lavender Rose #FEA2F4

Color information

#FEA2F4 (or 0xFEA2F4) is unknown color: approx Lavender Rose. HEX triplet: FE, A2 and F4. RGB value is (254,162,244). Sum of RGB (Red+Green+Blue) = 254+162+244=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 162 (63.67% from 255 or 24.55% from 660); Blue value is 244 (95.70% from 255 or 36.97% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA2F4 is #015D0B. Grayscale: #C6C6C6. Windows color (decimal): -89356 or 16032510. OLE color: 16032510.

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

Color convert

RGB254162244-
CMYK00.360.040.00
HSL306.52º97.87%81.57%-
HSV(B)306.52º36.22%99.61%-
XYZ70.1253.4492.21-
YUV198.86153.48167.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.48%
GREEN value IS 162 (63.67% from 255) = 24.55%
BLUE value IS 244 (95.70% from 255) = 36.97%
R=38.48%
G=24.55%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416224400.360.040.00306.5297.8781.57
HexFEA2F4024401336252
Octal37624236404440463142122
Binary1111111010100010111101000100100100010011001111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA2F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA2F4; }

 p { color: rgb(254,162,244); }

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

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

 a { background-color: rgb(254,162,244); }

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

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

 span { border-color: rgb(254,162,244); }

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