#FEA2FB

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

Shades of Lavender Rose #FEA2FB

Tints of Lavender Rose #FEA2FB

Color information

#FEA2FB (or 0xFEA2FB) is unknown color: approx Lavender Rose. HEX triplet: FE, A2 and FB. RGB value is (254,162,251). Sum of RGB (Red+Green+Blue) = 254+162+251=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 162 (63.67% from 255 or 24.29% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA2FB is #015D04. Grayscale: #C7C7C7. Windows color (decimal): -89349 or 16491262. OLE color: 16491262.

HSL color Cylindrical-coordinate representation of color #FEA2FB: hue angle of 301.96º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA2FB is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB254162251-
CMYK00.360.010.00
HSL301.96º97.87%81.57%-
HSV(B)301.96º36.22%99.61%-
XYZ71.2153.8897.91-
YUV199.65156.98166.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.08%
GREEN value IS 162 (63.67% from 255) = 24.29%
BLUE value IS 251 (98.44% from 255) = 37.63%
R=38.08%
G=24.29%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416225100.360.010.00301.9697.8781.57
HexFEA2FB0241012e6252
Octal37624237304410456142122
Binary11111110101000101111101101001001010010111011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA2FB; }

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

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

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

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

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

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

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

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