#FE99A5

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

Shades of Wewak #FE99A5

Tints of Wewak #FE99A5

Color information

#FE99A5 (or 0xFE99A5) is unknown color: approx Wewak. HEX triplet: FE, 99 and A5. RGB value is (254,153,165). Sum of RGB (Red+Green+Blue) = 254+153+165=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 165 (64.84% from 255 or 28.85% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE99A5 is #01665A. Grayscale: #B8B8B8. Windows color (decimal): -91739 or 10852862. OLE color: 10852862.

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

Color convert

RGB254153165-
CMYK00.400.350.00
HSL352.87º98.06%79.8%-
HSV(B)352.87º39.76%99.61%-
XYZ59.0646.5741.47-
YUV184.57116.96177.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.41%
GREEN value IS 153 (60.16% from 255) = 26.75%
BLUE value IS 165 (64.84% from 255) = 28.85%
R=44.41%
G=26.75%
B=28.85%

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
Decimal25415316500.400.350.00352.8798.0679.8
HexFE99A50282301616250
Octal376231245050430541142120
Binary1111111010011001101001010101000100011010110000111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE99A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE99A5; }

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

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

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

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

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

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

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

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