#FEA2F8

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

Shades of Lavender Rose #FEA2F8

Tints of Lavender Rose #FEA2F8

Color information

#FEA2F8 (or 0xFEA2F8) is unknown color: approx Lavender Rose. HEX triplet: FE, A2 and F8. RGB value is (254,162,248). Sum of RGB (Red+Green+Blue) = 254+162+248=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 162 (63.67% from 255 or 24.40% from 664); Blue value is 248 (97.27% from 255 or 37.35% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA2F8 is #015D07. Grayscale: #C7C7C7. Windows color (decimal): -89352 or 16294654. OLE color: 16294654.

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

Color convert

RGB254162248-
CMYK00.360.020.00
HSL303.91º97.87%81.57%-
HSV(B)303.91º36.22%99.61%-
XYZ70.7453.6995.44-
YUV199.31155.48167.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.25%
GREEN value IS 162 (63.67% from 255) = 24.40%
BLUE value IS 248 (97.27% from 255) = 37.35%
R=38.25%
G=24.40%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416224800.360.020.00303.9197.8781.57
HexFEA2F8024201306252
Octal37624237004420460142122
Binary111111101010001011111000010010010010011000011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA2F8; }

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

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

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

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

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

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

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

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