#FEA1FE

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

Shades of Lavender Rose #FEA1FE

Tints of Lavender Rose #FEA1FE

Color information

#FEA1FE (or 0xFEA1FE) is unknown color: approx Lavender Rose. HEX triplet: FE, A1 and FE. RGB value is (254,161,254). Sum of RGB (Red+Green+Blue) = 254+161+254=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 161 (63.28% from 255 or 24.07% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEA1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA1FE is #015E01. Grayscale: #C7C7C7. Windows color (decimal): -89602 or 16687614. OLE color: 16687614.

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

Color convert

RGB254161254-
CMYK00.3700.00
HSL300º97.89%81.37%-
HSV(B)300º36.61%99.61%-
XYZ71.5153.72100.37-
YUV199.41158.81166.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.97%
GREEN value IS 161 (63.28% from 255) = 24.07%
BLUE value IS 254 (99.61% from 255) = 37.97%
R=37.97%
G=24.07%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416125400.3700.0030097.8981.37
HexFEA1FE0250012c6251
Octal37624137604500454142121
Binary11111110101000011111111001001010010010110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA1FE; }

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

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

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

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

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

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

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

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