#FE999A

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

Shades of Wewak #FE999A

Tints of Wewak #FE999A

Color information

#FE999A (or 0xFE999A) is unknown color: approx Wewak. HEX triplet: FE, 99 and 9A. RGB value is (254,153,154). Sum of RGB (Red+Green+Blue) = 254+153+154=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE999A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE999A is #016665. Grayscale: #B7B7B7. Windows color (decimal): -91750 or 10131966. OLE color: 10131966.

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

Color convert

RGB254153154-
CMYK00.400.390.00
HSL359.41º98.06%79.8%-
HSV(B)359.41º39.76%99.61%-
XYZ58.146.1936.42-
YUV183.31111.46178.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.28%
GREEN value IS 153 (60.16% from 255) = 27.27%
BLUE value IS 154 (60.55% from 255) = 27.45%
R=45.28%
G=27.27%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415315400.400.390.00359.4198.0679.8
HexFE999A0282701676250
Octal376231232050470547142120
Binary1111111010011001100110100101000100111010110011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE999A; }

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

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

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

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

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

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

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

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