#FE969A

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

Shades of Wewak #FE969A

Tints of Wewak #FE969A

Color information

#FE969A (or 0xFE969A) is unknown color: approx Wewak. HEX triplet: FE, 96 and 9A. RGB value is (254,150,154). Sum of RGB (Red+Green+Blue) = 254+150+154=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE969A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE969A is #016965. Grayscale: #B5B5B5. Windows color (decimal): -92518 or 10131198. OLE color: 10131198.

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

Color convert

RGB254150154-
CMYK00.410.390.00
HSL357.69º98.11%79.22%-
HSV(B)357.69º40.94%99.61%-
XYZ57.6145.2236.26-
YUV181.55112.46179.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.52%
GREEN value IS 150 (58.98% from 255) = 26.88%
BLUE value IS 154 (60.55% from 255) = 27.60%
R=45.52%
G=26.88%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415015400.410.390.00357.6998.1179.22
HexFE969A029270166624f
Octal376226232051470546142117
Binary1111111010010110100110100101001100111010110011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE969A; }

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

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

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

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

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

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

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

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