#FE99A4

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

Shades of Wewak #FE99A4

Tints of Wewak #FE99A4

Color information

#FE99A4 (or 0xFE99A4) is unknown color: approx Wewak. HEX triplet: FE, 99 and A4. RGB value is (254,153,164). Sum of RGB (Red+Green+Blue) = 254+153+164=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 164 (64.45% from 255 or 28.72% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE99A4 is #01665B. Grayscale: #B8B8B8. Windows color (decimal): -91740 or 10787326. OLE color: 10787326.

HSL color Cylindrical-coordinate representation of color #FE99A4: hue angle of 353.47º 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 #FE99A4 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB254153164-
CMYK00.400.350.00
HSL353.47º98.06%79.8%-
HSV(B)353.47º39.76%99.61%-
XYZ58.9746.5341-
YUV184.45116.46177.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.48%
GREEN value IS 153 (60.16% from 255) = 26.80%
BLUE value IS 164 (64.45% from 255) = 28.72%
R=44.48%
G=26.80%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415316400.400.350.00353.4798.0679.8
HexFE99A40282301616250
Octal376231244050430541142120
Binary1111111010011001101001000101000100011010110000111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE99A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE99A4; }

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

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

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

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

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

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

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

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