#FEA4F8

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

Shades of Lavender Rose #FEA4F8

Tints of Lavender Rose #FEA4F8

Color information

#FEA4F8 (or 0xFEA4F8) is unknown color: approx Lavender Rose. HEX triplet: FE, A4 and F8. RGB value is (254,164,248). Sum of RGB (Red+Green+Blue) = 254+164+248=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 164 (64.45% from 255 or 24.62% from 666); Blue value is 248 (97.27% from 255 or 37.24% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA4F8 is #015B07. Grayscale: #C8C8C8. Windows color (decimal): -88840 or 16295166. OLE color: 16295166.

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

Color convert

RGB254164248-
CMYK00.350.020.00
HSL304º97.83%81.96%-
HSV(B)304º35.43%99.61%-
XYZ71.0954.495.56-
YUV200.49154.82166.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.14%
GREEN value IS 164 (64.45% from 255) = 24.62%
BLUE value IS 248 (97.27% from 255) = 37.24%
R=38.14%
G=24.62%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416424800.350.020.0030497.8381.96
HexFEA4F8023201306252
Octal37624437004320460142122
Binary111111101010010011111000010001110010011000011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA4F8; }

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

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

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

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

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

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

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

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