#FC959A

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

Shades of Wewak #FC959A

Tints of Wewak #FC959A

Color information

#FC959A (or 0xFC959A) is unknown color: approx Wewak. HEX triplet: FC, 95 and 9A. RGB value is (252,149,154). Sum of RGB (Red+Green+Blue) = 252+149+154=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC959A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC959A is #036A65. Grayscale: #B4B4B4. Windows color (decimal): -223846 or 10130940. OLE color: 10130940.

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

Color convert

RGB252149154-
CMYK00.410.390.01
HSL357.09º94.5%78.63%-
HSV(B)357.09º40.87%98.82%-
XYZ56.7344.5236.18-
YUV180.37113.12179.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.41%
GREEN value IS 149 (58.59% from 255) = 26.85%
BLUE value IS 154 (60.55% from 255) = 27.75%
R=45.41%
G=26.85%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214915400.410.390.01357.0994.578.63
HexFC959A0292711655e4f
Octal374225232051471545136117
Binary1111110010010101100110100101001100111110110010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC959A; }

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

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

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

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

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

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

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

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