#FEA5FB

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

Shades of Lavender Rose #FEA5FB

Tints of Lavender Rose #FEA5FB

Color information

#FEA5FB (or 0xFEA5FB) is unknown color: approx Lavender Rose. HEX triplet: FE, A5 and FB. RGB value is (254,165,251). Sum of RGB (Red+Green+Blue) = 254+165+251=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 165 (64.84% from 255 or 24.63% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA5FB is #015A04. Grayscale: #C9C9C9. Windows color (decimal): -88581 or 16492030. OLE color: 16492030.

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

Color convert

RGB254165251-
CMYK00.350.010.00
HSL302.02º97.8%82.16%-
HSV(B)302.02º35.04%99.61%-
XYZ71.7454.9598.09-
YUV201.42155.99165.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 165 (64.84% from 255) = 24.63%
BLUE value IS 251 (98.44% from 255) = 37.46%
R=37.91%
G=24.63%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416525100.350.010.00302.0297.882.16
HexFEA5FB0231012e6252
Octal37624537304310456142122
Binary11111110101001011111101101000111010010111011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA5FB; }

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

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

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

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

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

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

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

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