#FEA4FE

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

Shades of Lavender Rose #FEA4FE

Tints of Lavender Rose #FEA4FE

Color information

#FEA4FE (or 0xFEA4FE) is unknown color: approx Lavender Rose. HEX triplet: FE, A4 and FE. RGB value is (254,164,254). Sum of RGB (Red+Green+Blue) = 254+164+254=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 164 (64.45% from 255 or 24.40% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEA4FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA4FE is #015B01. Grayscale: #C8C8C8. Windows color (decimal): -88834 or 16688382. OLE color: 16688382.

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

Color convert

RGB254164254-
CMYK00.3500.00
HSL300º97.83%81.96%-
HSV(B)300º35.43%99.61%-
XYZ72.0454.78100.54-
YUV201.17157.82165.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.80%
GREEN value IS 164 (64.45% from 255) = 24.40%
BLUE value IS 254 (99.61% from 255) = 37.80%
R=37.80%
G=24.40%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416425400.3500.0030097.8381.96
HexFEA4FE0230012c6252
Octal37624437604300454142122
Binary11111110101001001111111001000110010010110011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA4FE; }

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

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

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

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

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

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

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

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