#FEA1FB

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

Shades of Lavender Rose #FEA1FB

Tints of Lavender Rose #FEA1FB

Color information

#FEA1FB (or 0xFEA1FB) is unknown color: approx Lavender Rose. HEX triplet: FE, A1 and FB. RGB value is (254,161,251). Sum of RGB (Red+Green+Blue) = 254+161+251=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 161 (63.28% from 255 or 24.17% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA1FB is #015E04. Grayscale: #C6C6C6. Windows color (decimal): -89605 or 16491006. OLE color: 16491006.

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

Color convert

RGB254161251-
CMYK00.370.010.00
HSL301.94º97.89%81.37%-
HSV(B)301.94º36.61%99.61%-
XYZ71.0353.5397.85-
YUV199.07157.31167.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.14%
GREEN value IS 161 (63.28% from 255) = 24.17%
BLUE value IS 251 (98.44% from 255) = 37.69%
R=38.14%
G=24.17%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416125100.370.010.00301.9497.8981.37
HexFEA1FB0251012e6251
Octal37624137304510456142121
Binary11111110101000011111101101001011010010111011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA1FB; }

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

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

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

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

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

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

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

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