#FE9A9C

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

Shades of Wewak #FE9A9C

Tints of Wewak #FE9A9C

Color information

#FE9A9C (or 0xFE9A9C) is unknown color: approx Wewak. HEX triplet: FE, 9A and 9C. RGB value is (254,154,156). Sum of RGB (Red+Green+Blue) = 254+154+156=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9A9C is #016563. Grayscale: #B8B8B8. Windows color (decimal): -91492 or 10263294. OLE color: 10263294.

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

Color convert

RGB254154156-
CMYK00.390.390.00
HSL358.8º98.04%80%-
HSV(B)358.8º39.37%99.61%-
XYZ58.4346.5837.36-
YUV184.13112.13177.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.04%
GREEN value IS 154 (60.55% from 255) = 27.30%
BLUE value IS 156 (61.33% from 255) = 27.66%
R=45.04%
G=27.30%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415415600.390.390.00358.898.0480
HexFE9A9C0272701676250
Octal376232234047470547142120
Binary1111111010011010100111000100111100111010110011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9A9C; }

 p { color: rgb(254,154,156); }

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

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

 a { background-color: rgb(254,154,156); }

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

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

 span { border-color: rgb(254,154,156); }

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