#FE99A1

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

Shades of Wewak #FE99A1

Tints of Wewak #FE99A1

Color information

#FE99A1 (or 0xFE99A1) is unknown color: approx Wewak. HEX triplet: FE, 99 and A1. RGB value is (254,153,161). Sum of RGB (Red+Green+Blue) = 254+153+161=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 161 (63.28% from 255 or 28.35% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE99A1 is #01665E. Grayscale: #B8B8B8. Windows color (decimal): -91743 or 10590718. OLE color: 10590718.

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

Color convert

RGB254153161-
CMYK00.400.370.00
HSL355.25º98.06%79.8%-
HSV(B)355.25º39.76%99.61%-
XYZ58.746.4339.59-
YUV184.11114.96177.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.72%
GREEN value IS 153 (60.16% from 255) = 26.94%
BLUE value IS 161 (63.28% from 255) = 28.35%
R=44.72%
G=26.94%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415316100.400.370.00355.2598.0679.8
HexFE99A10282501636250
Octal376231241050450543142120
Binary1111111010011001101000010101000100101010110001111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE99A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE99A1; }

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

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

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

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

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

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

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

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