#FC979A

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

Shades of Wewak #FC979A

Tints of Wewak #FC979A

Color information

#FC979A (or 0xFC979A) is unknown color: approx Wewak. HEX triplet: FC, 97 and 9A. RGB value is (252,151,154). Sum of RGB (Red+Green+Blue) = 252+151+154=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC979A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC979A is #036865. Grayscale: #B5B5B5. Windows color (decimal): -223334 or 10131452. OLE color: 10131452.

HSL color Cylindrical-coordinate representation of color #FC979A: hue angle of 358.22º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FC979A is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB252151154-
CMYK00.400.390.01
HSL358.22º94.39%79.02%-
HSV(B)358.22º40.08%98.82%-
XYZ57.0445.1636.28-
YUV181.54112.46178.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.24%
GREEN value IS 151 (59.38% from 255) = 27.11%
BLUE value IS 154 (60.55% from 255) = 27.65%
R=45.24%
G=27.11%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215115400.400.390.01358.2294.3979.02
HexFC979A0282711665e4f
Octal374227232050471546136117
Binary1111110010010111100110100101000100111110110011010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC979A; }

 p { color: rgb(252,151,154); }

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

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

 a { background-color: rgb(252,151,154); }

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

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

 span { border-color: rgb(252,151,154); }

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