#FE9BA3

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

Shades of Wewak #FE9BA3

Tints of Wewak #FE9BA3

Color information

#FE9BA3 (or 0xFE9BA3) is unknown color: approx Wewak. HEX triplet: FE, 9B and A3. RGB value is (254,155,163). Sum of RGB (Red+Green+Blue) = 254+155+163=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 163 (64.06% from 255 or 28.50% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9BA3 is #01645C. Grayscale: #B9B9B9. Windows color (decimal): -91229 or 10722302. OLE color: 10722302.

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

Color convert

RGB254155163-
CMYK00.390.360.00
HSL355.15º98.02%80.2%-
HSV(B)355.15º38.98%99.61%-
XYZ59.2147.1640.63-
YUV185.51115.3176.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.41%
GREEN value IS 155 (60.94% from 255) = 27.10%
BLUE value IS 163 (64.06% from 255) = 28.50%
R=44.41%
G=27.10%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415516300.390.360.00355.1598.0280.2
HexFE9BA30272401636250
Octal376233243047440543142120
Binary1111111010011011101000110100111100100010110001111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9BA3; }

 p { color: rgb(254,155,163); }

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

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

 a { background-color: rgb(254,155,163); }

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

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

 span { border-color: rgb(254,155,163); }

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