#FE9299

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

Shades of Wewak #FE9299

Tints of Wewak #FE9299

Color information

#FE9299 (or 0xFE9299) is unknown color: approx Wewak. HEX triplet: FE, 92 and 99. RGB value is (254,146,153). Sum of RGB (Red+Green+Blue) = 254+146+153=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9299 is #016D66. Grayscale: #B3B3B3. Windows color (decimal): -93543 or 10064638. OLE color: 10064638.

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

Color convert

RGB254146153-
CMYK00.430.400.00
HSL356.11º98.18%78.43%-
HSV(B)356.11º42.52%99.61%-
XYZ56.943.9335.62-
YUV179.09113.28181.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.93%
GREEN value IS 146 (57.42% from 255) = 26.40%
BLUE value IS 153 (60.16% from 255) = 27.67%
R=45.93%
G=26.40%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414615300.430.400.00356.1198.1878.43
HexFE929902B280164624e
Octal376222231053500544142116
Binary1111111010010010100110010101011101000010110010011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9299; }

 p { color: rgb(254,146,153); }

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

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

 a { background-color: rgb(254,146,153); }

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

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

 span { border-color: rgb(254,146,153); }

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