#FEA0F3

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

Shades of Lavender Rose #FEA0F3

Tints of Lavender Rose #FEA0F3

Color information

#FEA0F3 (or 0xFEA0F3) is unknown color: approx Lavender Rose. HEX triplet: FE, A0 and F3. RGB value is (254,160,243). Sum of RGB (Red+Green+Blue) = 254+160+243=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 160 (62.89% from 255 or 24.35% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA0F3 is #015F0C. Grayscale: #C5C5C5. Windows color (decimal): -89869 or 15966462. OLE color: 15966462.

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

Color convert

RGB254160243-
CMYK00.370.040.00
HSL307.02º97.92%81.18%-
HSV(B)307.02º37.01%99.61%-
XYZ69.6252.6891.29-
YUV197.57153.64168.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.66%
GREEN value IS 160 (62.89% from 255) = 24.35%
BLUE value IS 243 (95.31% from 255) = 36.99%
R=38.66%
G=24.35%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416024300.370.040.00307.0297.9281.18
HexFEA0F3025401336251
Octal37624036304540463142121
Binary1111111010100000111100110100101100010011001111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA0F3; }

 p { color: rgb(254,160,243); }

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

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

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

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

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

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

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