#FE8595

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

Shades of Wewak #FE8595

Tints of Wewak #FE8595

Color information

#FE8595 (or 0xFE8595) is unknown color: approx Wewak. HEX triplet: FE, 85 and 95. RGB value is (254,133,149). Sum of RGB (Red+Green+Blue) = 254+133+149=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8595 is #017A6A. Grayscale: #ABABAB. Windows color (decimal): -96875 or 9799166. OLE color: 9799166.

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

Color convert

RGB254133149-
CMYK00.480.410.00
HSL352.07º98.37%75.88%-
HSV(B)352.07º47.64%99.61%-
XYZ54.6940.0233.28-
YUV171115.59187.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.39%
GREEN value IS 133 (52.34% from 255) = 24.81%
BLUE value IS 149 (58.59% from 255) = 27.80%
R=47.39%
G=24.81%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413314900.480.410.00352.0798.3775.88
HexFE8595030290160624c
Octal376205225060510540142114
Binary1111111010000101100101010110000101001010110000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8595; }

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

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

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

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

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

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

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

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