#FEA2F7

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

Shades of Lavender Rose #FEA2F7

Tints of Lavender Rose #FEA2F7

Color information

#FEA2F7 (or 0xFEA2F7) is unknown color: approx Lavender Rose. HEX triplet: FE, A2 and F7. RGB value is (254,162,247). Sum of RGB (Red+Green+Blue) = 254+162+247=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 162 (63.67% from 255 or 24.43% from 663); Blue value is 247 (96.88% from 255 or 37.25% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA2F7 is #015D08. Grayscale: #C6C6C6. Windows color (decimal): -89353 or 16229118. OLE color: 16229118.

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

Color convert

RGB254162247-
CMYK00.360.030.00
HSL304.57º97.87%81.57%-
HSV(B)304.57º36.22%99.61%-
XYZ70.5853.6394.63-
YUV199.2154.98167.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.31%
GREEN value IS 162 (63.67% from 255) = 24.43%
BLUE value IS 247 (96.88% from 255) = 37.25%
R=38.31%
G=24.43%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416224700.360.030.00304.5797.8781.57
HexFEA2F7024301316252
Octal37624236704430461142122
Binary111111101010001011110111010010011010011000111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA2F7; }

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

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

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

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

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

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

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

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