#FEA3F6

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

Shades of Lavender Rose #FEA3F6

Tints of Lavender Rose #FEA3F6

Color information

#FEA3F6 (or 0xFEA3F6) is unknown color: approx Lavender Rose. HEX triplet: FE, A3 and F6. RGB value is (254,163,246). Sum of RGB (Red+Green+Blue) = 254+163+246=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 163 (64.06% from 255 or 24.59% from 663); Blue value is 246 (96.48% from 255 or 37.10% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA3F6 is #015C09. Grayscale: #C7C7C7. Windows color (decimal): -89098 or 16163838. OLE color: 16163838.

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

Color convert

RGB254163246-
CMYK00.360.030.00
HSL305.27º97.85%81.76%-
HSV(B)305.27º35.83%99.61%-
XYZ70.653.9293.87-
YUV199.67154.15166.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.31%
GREEN value IS 163 (64.06% from 255) = 24.59%
BLUE value IS 246 (96.48% from 255) = 37.10%
R=38.31%
G=24.59%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416324600.360.030.00305.2797.8581.76
HexFEA3F6024301316252
Octal37624336604430461142122
Binary111111101010001111110110010010011010011000111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA3F6; }

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

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

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

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

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

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

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

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