#FE9CA0

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

Shades of Wewak #FE9CA0

Tints of Wewak #FE9CA0

Color information

#FE9CA0 (or 0xFE9CA0) is unknown color: approx Wewak. HEX triplet: FE, 9C and A0. RGB value is (254,156,160). Sum of RGB (Red+Green+Blue) = 254+156+160=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 160 (62.89% from 255 or 28.07% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9CA0 is #01635F. Grayscale: #B9B9B9. Windows color (decimal): -90976 or 10525950. OLE color: 10525950.

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

Color convert

RGB254156160-
CMYK00.390.370.00
HSL357.55º98%80.39%-
HSV(B)357.55º38.58%99.61%-
XYZ59.1147.3939.29-
YUV185.76113.47176.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.56%
GREEN value IS 156 (61.33% from 255) = 27.37%
BLUE value IS 160 (62.89% from 255) = 28.07%
R=44.56%
G=27.37%
B=28.07%

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
Decimal25415616000.390.370.00357.559880.39
HexFE9CA00272501666250
Octal376234240047450546142120
Binary1111111010011100101000000100111100101010110011011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9CA0; }

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

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

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

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

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

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

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

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