#FEA3F0

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

Shades of Lavender Rose #FEA3F0

Tints of Lavender Rose #FEA3F0

Color information

#FEA3F0 (or 0xFEA3F0) is unknown color: approx Lavender Rose. HEX triplet: FE, A3 and F0. RGB value is (254,163,240). Sum of RGB (Red+Green+Blue) = 254+163+240=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 163 (64.06% from 255 or 24.81% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA3F0 is #015C0F. Grayscale: #C6C6C6. Windows color (decimal): -89104 or 15770622. OLE color: 15770622.

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

Color convert

RGB254163240-
CMYK00.360.060.00
HSL309.23º97.85%81.76%-
HSV(B)309.23º35.83%99.61%-
XYZ69.753.5689.1-
YUV198.99151.15167.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.66%
GREEN value IS 163 (64.06% from 255) = 24.81%
BLUE value IS 240 (94.14% from 255) = 36.53%
R=38.66%
G=24.81%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416324000.360.060.00309.2397.8581.76
HexFEA3F0024601356252
Octal37624336004460465142122
Binary1111111010100011111100000100100110010011010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA3F0; }

 p { color: rgb(254,163,240); }

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

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

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

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

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

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

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