#FE808B

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

Shades of Wewak #FE808B

Tints of Wewak #FE808B

Color information

#FE808B (or 0xFE808B) is unknown color: approx Wewak. HEX triplet: FE, 80 and 8B. RGB value is (254,128,139). Sum of RGB (Red+Green+Blue) = 254+128+139=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE808B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE808B is #017F74. Grayscale: #A7A7A7. Windows color (decimal): -98165 or 9142526. OLE color: 9142526.

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

Color convert

RGB254128139-
CMYK00.500.450.00
HSL354.76º98.44%74.9%-
HSV(B)354.76º49.61%99.61%-
XYZ53.2538.3729.03-
YUV166.93112.24190.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.75%
GREEN value IS 128 (50.39% from 255) = 24.57%
BLUE value IS 139 (54.69% from 255) = 26.68%
R=48.75%
G=24.57%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412813900.500.450.00354.7698.4474.9
HexFE808B0322D0163624b
Octal376200213062550543142113
Binary1111111010000000100010110110010101101010110001111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE808B; }

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

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

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

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

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

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

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

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