#FC949C

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

Shades of Wewak #FC949C

Tints of Wewak #FC949C

Color information

#FC949C (or 0xFC949C) is unknown color: approx Wewak. HEX triplet: FC, 94 and 9C. RGB value is (252,148,156). Sum of RGB (Red+Green+Blue) = 252+148+156=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC949C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC949C is #036B63. Grayscale: #B4B4B4. Windows color (decimal): -224100 or 10261756. OLE color: 10261756.

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

Color convert

RGB252148156-
CMYK00.410.380.01
HSL355.38º94.55%78.43%-
HSV(B)355.38º41.27%98.82%-
XYZ56.7444.2837.01-
YUV180.01114.46179.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.32%
GREEN value IS 148 (58.20% from 255) = 26.62%
BLUE value IS 156 (61.33% from 255) = 28.06%
R=45.32%
G=26.62%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214815600.410.380.01355.3894.5578.43
HexFC949C0292611635f4e
Octal374224234051461543137116
Binary1111110010010100100111000101001100110110110001110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC949C; }

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

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

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

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

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

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

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

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