#FEA1FA

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

Shades of Lavender Rose #FEA1FA

Tints of Lavender Rose #FEA1FA

Color information

#FEA1FA (or 0xFEA1FA) is unknown color: approx Lavender Rose. HEX triplet: FE, A1 and FA. RGB value is (254,161,250). Sum of RGB (Red+Green+Blue) = 254+161+250=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 161 (63.28% from 255 or 24.21% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA1FA is #015E05. Grayscale: #C6C6C6. Windows color (decimal): -89606 or 16425470. OLE color: 16425470.

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

Color convert

RGB254161250-
CMYK00.370.020.00
HSL302.58º97.89%81.37%-
HSV(B)302.58º36.61%99.61%-
XYZ70.8753.4697.03-
YUV198.95156.81167.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.20%
GREEN value IS 161 (63.28% from 255) = 24.21%
BLUE value IS 250 (98.05% from 255) = 37.59%
R=38.20%
G=24.21%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416125000.370.020.00302.5897.8981.37
HexFEA1FA0252012f6251
Octal37624137204520457142121
Binary111111101010000111111010010010110010010111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA1FA; }

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

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

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

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

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

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

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

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