#fe98a5

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

Shades of Wewak #FE98A5

Tints of Wewak #FE98A5

Color information

#FE98A5 (or 0xFE98A5) is unknown color: approx Wewak. HEX triplet: FE, 98 and A5. RGB value is (254,152,165). Sum of RGB (Red+Green+Blue) = 254+152+165=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 165 (64.84% from 255 or 28.90% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE98A5 is #01675A. Grayscale: #B8B8B8. Windows color (decimal): -91995 or 10852606. OLE color: 10852606.

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

Color convert

RGB254152165-
CMYK00.400.350.00
HSL352.35º98.08%79.61%-
HSV(B)352.35º40.16%99.61%-
XYZ58.8946.2441.42-
YUV183.98117.29177.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.48%
GREEN value IS 152 (59.77% from 255) = 26.62%
BLUE value IS 165 (64.84% from 255) = 28.90%
R=44.48%
G=26.62%
B=28.90%

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
Decimal25415216500.400.350.00352.3598.0879.61
HexFE98A50282301606250
Octal376230245050430540142120
Binary1111111010011000101001010101000100011010110000011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe98a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe98a5; }

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

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

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

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

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

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

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

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