#FE9BA0

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

Shades of Wewak #FE9BA0

Tints of Wewak #FE9BA0

Color information

#FE9BA0 (or 0xFE9BA0) is unknown color: approx Wewak. HEX triplet: FE, 9B and A0. RGB value is (254,155,160). Sum of RGB (Red+Green+Blue) = 254+155+160=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 160 (62.89% from 255 or 28.12% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9BA0 is #01645F. Grayscale: #B9B9B9. Windows color (decimal): -91232 or 10525694. OLE color: 10525694.

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

Color convert

RGB254155160-
CMYK00.390.370.00
HSL356.97º98.02%80.2%-
HSV(B)356.97º38.98%99.61%-
XYZ58.9447.0539.23-
YUV185.17113.8177.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.64%
GREEN value IS 155 (60.94% from 255) = 27.24%
BLUE value IS 160 (62.89% from 255) = 28.12%
R=44.64%
G=27.24%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415516000.390.370.00356.9798.0280.2
HexFE9BA00272501656250
Octal376233240047450545142120
Binary1111111010011011101000000100111100101010110010111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9BA0; }

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

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

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

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

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

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

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

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