#FEA4F5

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

Shades of Lavender Rose #FEA4F5

Tints of Lavender Rose #FEA4F5

Color information

#FEA4F5 (or 0xFEA4F5) is unknown color: approx Lavender Rose. HEX triplet: FE, A4 and F5. RGB value is (254,164,245). Sum of RGB (Red+Green+Blue) = 254+164+245=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 164 (64.45% from 255 or 24.74% from 663); Blue value is 245 (96.09% from 255 or 36.95% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA4F5 is #015B0A. Grayscale: #C7C7C7. Windows color (decimal): -88843 or 16098558. OLE color: 16098558.

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

Color convert

RGB254164245-
CMYK00.350.040.00
HSL306º97.83%81.96%-
HSV(B)306º35.43%99.61%-
XYZ70.6354.2193.13-
YUV200.14153.32166.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.31%
GREEN value IS 164 (64.45% from 255) = 24.74%
BLUE value IS 245 (96.09% from 255) = 36.95%
R=38.31%
G=24.74%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416424500.350.040.0030697.8381.96
HexFEA4F5023401326252
Octal37624436504340462142122
Binary1111111010100100111101010100011100010011001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA4F5; }

 p { color: rgb(254,164,245); }

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

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

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

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

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

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

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