#FE8795

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

Shades of Wewak #FE8795

Tints of Wewak #FE8795

Color information

#FE8795 (or 0xFE8795) is unknown color: approx Wewak. HEX triplet: FE, 87 and 95. RGB value is (254,135,149). Sum of RGB (Red+Green+Blue) = 254+135+149=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 135 (53.12% from 255 or 25.09% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8795 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8795 is #01786A. Grayscale: #ACACAC. Windows color (decimal): -96363 or 9799678. OLE color: 9799678.

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

Color convert

RGB254135149-
CMYK00.470.410.00
HSL352.94º98.35%76.27%-
HSV(B)352.94º46.85%99.61%-
XYZ54.9640.5733.37-
YUV172.18114.92186.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.21%
GREEN value IS 135 (53.12% from 255) = 25.09%
BLUE value IS 149 (58.59% from 255) = 27.70%
R=47.21%
G=25.09%
B=27.70%

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
Decimal25413514900.470.410.00352.9498.3576.27
HexFE879502F290161624c
Octal376207225057510541142114
Binary1111111010000111100101010101111101001010110000111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8795; }

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

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

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

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

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

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

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

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