#FC9CA4

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

Shades of Wewak #FC9CA4

Tints of Wewak #FC9CA4

Color information

#FC9CA4 (or 0xFC9CA4) is unknown color: approx Wewak. HEX triplet: FC, 9C and A4. RGB value is (252,156,164). Sum of RGB (Red+Green+Blue) = 252+156+164=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 156 (61.33% from 255 or 27.27% from 572); Blue value is 164 (64.45% from 255 or 28.67% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9CA4 is #03635B. Grayscale: #B9B9B9. Windows color (decimal): -222044 or 10788092. OLE color: 10788092.

HSL color Cylindrical-coordinate representation of color #FC9CA4: hue angle of 355º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9CA4 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB252156164-
CMYK00.380.350.01
HSL355º94.12%80%-
HSV(B)355º38.1%98.82%-
XYZ58.7347.1541.13-
YUV185.62115.8175.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.06%
GREEN value IS 156 (61.33% from 255) = 27.27%
BLUE value IS 164 (64.45% from 255) = 28.67%
R=44.06%
G=27.27%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215616400.380.350.0135594.1280
HexFC9CA40262311635e50
Octal374234244046431543136120
Binary1111110010011100101001000100110100011110110001110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9CA4; }

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

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

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

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

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

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

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

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