#FE8796

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

Shades of Wewak #FE8796

Tints of Wewak #FE8796

Color information

#FE8796 (or 0xFE8796) is unknown color: approx Wewak. HEX triplet: FE, 87 and 96. RGB value is (254,135,150). Sum of RGB (Red+Green+Blue) = 254+135+150=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 135 (53.12% from 255 or 25.05% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8796 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8796 is #017869. Grayscale: #ACACAC. Windows color (decimal): -96362 or 9865214. OLE color: 9865214.

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

Color convert

RGB254135150-
CMYK00.470.410.00
HSL352.44º98.35%76.27%-
HSV(B)352.44º46.85%99.61%-
XYZ55.0440.633.79-
YUV172.29115.42186.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.12%
GREEN value IS 135 (53.12% from 255) = 25.05%
BLUE value IS 150 (58.98% from 255) = 27.83%
R=47.12%
G=25.05%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413515000.470.410.00352.4498.3576.27
HexFE879602F290160624c
Octal376207226057510540142114
Binary1111111010000111100101100101111101001010110000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8796; }

 p { color: rgb(254,135,150); }

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

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

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

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

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

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

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