#FEA1F5

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

Shades of Lavender Rose #FEA1F5

Tints of Lavender Rose #FEA1F5

Color information

#FEA1F5 (or 0xFEA1F5) is unknown color: approx Lavender Rose. HEX triplet: FE, A1 and F5. RGB value is (254,161,245). Sum of RGB (Red+Green+Blue) = 254+161+245=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 161 (63.28% from 255 or 24.39% from 660); Blue value is 245 (96.09% from 255 or 37.12% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA1F5 is #015E0A. Grayscale: #C6C6C6. Windows color (decimal): -89611 or 16097790. OLE color: 16097790.

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

Color convert

RGB254161245-
CMYK00.370.040.00
HSL305.81º97.89%81.37%-
HSV(B)305.81º36.61%99.61%-
XYZ70.153.1592.95-
YUV198.38154.31167.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.48%
GREEN value IS 161 (63.28% from 255) = 24.39%
BLUE value IS 245 (96.09% from 255) = 37.12%
R=38.48%
G=24.39%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416124500.370.040.00305.8197.8981.37
HexFEA1F5025401326251
Octal37624136504540462142121
Binary1111111010100001111101010100101100010011001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA1F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA1F5; }

 p { color: rgb(254,161,245); }

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

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

 a { background-color: rgb(254,161,245); }

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

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

 span { border-color: rgb(254,161,245); }

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