#FE9BA4

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

Shades of Wewak #FE9BA4

Tints of Wewak #FE9BA4

Color information

#FE9BA4 (or 0xFE9BA4) is unknown color: approx Wewak. HEX triplet: FE, 9B and A4. RGB value is (254,155,164). Sum of RGB (Red+Green+Blue) = 254+155+164=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 164 (64.45% from 255 or 28.62% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9BA4 is #01645B. Grayscale: #B9B9B9. Windows color (decimal): -91228 or 10787838. OLE color: 10787838.

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

Color convert

RGB254155164-
CMYK00.390.350.00
HSL354.55º98.02%80.2%-
HSV(B)354.55º38.98%99.61%-
XYZ59.347.1941.11-
YUV185.63115.8176.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.33%
GREEN value IS 155 (60.94% from 255) = 27.05%
BLUE value IS 164 (64.45% from 255) = 28.62%
R=44.33%
G=27.05%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415516400.390.350.00354.5598.0280.2
HexFE9BA40272301636250
Octal376233244047430543142120
Binary1111111010011011101001000100111100011010110001111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9BA4; }

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

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

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

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

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

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

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

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