#FE8B97

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

Shades of Wewak #FE8B97

Tints of Wewak #FE8B97

Color information

#FE8B97 (or 0xFE8B97) is unknown color: approx Wewak. HEX triplet: FE, 8B and 97. RGB value is (254,139,151). Sum of RGB (Red+Green+Blue) = 254+139+151=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 151 (59.38% from 255 or 27.76% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8B97 is #017468. Grayscale: #AEAEAE. Windows color (decimal): -95337 or 9931774. OLE color: 9931774.

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

Color convert

RGB254139151-
CMYK00.450.410.00
HSL353.74º98.29%77.06%-
HSV(B)353.74º45.28%99.61%-
XYZ55.6941.7734.41-
YUV174.75114.6184.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.69%
GREEN value IS 139 (54.69% from 255) = 25.55%
BLUE value IS 151 (59.38% from 255) = 27.76%
R=46.69%
G=25.55%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413915100.450.410.00353.7498.2977.06
HexFE8B9702D290162624d
Octal376213227055510542142115
Binary1111111010001011100101110101101101001010110001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8B97; }

 p { color: rgb(254,139,151); }

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

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

 a { background-color: rgb(254,139,151); }

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

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

 span { border-color: rgb(254,139,151); }

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