#FE9CA4

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

Shades of Wewak #FE9CA4

Tints of Wewak #FE9CA4

Color information

#FE9CA4 (or 0xFE9CA4) is unknown color: approx Wewak. HEX triplet: FE, 9C and A4. RGB value is (254,156,164). Sum of RGB (Red+Green+Blue) = 254+156+164=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 164 (64.45% from 255 or 28.57% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9CA4 is #01635B. Grayscale: #BABABA. Windows color (decimal): -90972 or 10788094. OLE color: 10788094.

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

Color convert

RGB254156164-
CMYK00.390.350.00
HSL355.1º98%80.39%-
HSV(B)355.1º38.58%99.61%-
XYZ59.4647.5341.16-
YUV186.21115.47176.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.25%
GREEN value IS 156 (61.33% from 255) = 27.18%
BLUE value IS 164 (64.45% from 255) = 28.57%
R=44.25%
G=27.18%
B=28.57%

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
Decimal25415616400.390.350.00355.19880.39
HexFE9CA40272301636250
Octal376234244047430543142120
Binary1111111010011100101001000100111100011010110001111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9CA4; }

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

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

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

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

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

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

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

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