#FEA1F4

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

Shades of Lavender Rose #FEA1F4

Tints of Lavender Rose #FEA1F4

Color information

#FEA1F4 (or 0xFEA1F4) is unknown color: approx Lavender Rose. HEX triplet: FE, A1 and F4. RGB value is (254,161,244). Sum of RGB (Red+Green+Blue) = 254+161+244=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 161 (63.28% from 255 or 24.43% from 659); Blue value is 244 (95.70% from 255 or 37.03% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA1F4 is #015E0B. Grayscale: #C6C6C6. Windows color (decimal): -89612 or 16032254. OLE color: 16032254.

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

Color convert

RGB254161244-
CMYK00.370.040.00
HSL306.45º97.89%81.37%-
HSV(B)306.45º36.61%99.61%-
XYZ69.9553.0992.15-
YUV198.27153.81167.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.54%
GREEN value IS 161 (63.28% from 255) = 24.43%
BLUE value IS 244 (95.70% from 255) = 37.03%
R=38.54%
G=24.43%
B=37.03%

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
Decimal25416124400.370.040.00306.4597.8981.37
HexFEA1F4025401326251
Octal37624136404540462142121
Binary1111111010100001111101000100101100010011001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA1F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA1F4; }

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

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

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

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

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

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

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

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