#FC959E

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

Shades of Wewak #FC959E

Tints of Wewak #FC959E

Color information

#FC959E (or 0xFC959E) is unknown color: approx Wewak. HEX triplet: FC, 95 and 9E. RGB value is (252,149,158). Sum of RGB (Red+Green+Blue) = 252+149+158=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FC959E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC959E is #036A61. Grayscale: #B4B4B4. Windows color (decimal): -223842 or 10393084. OLE color: 10393084.

HSL color Cylindrical-coordinate representation of color #FC959E: hue angle of 354.76º 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 #FC959E is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB252149158-
CMYK00.410.370.01
HSL354.76º94.5%78.63%-
HSV(B)354.76º40.87%98.82%-
XYZ57.0644.6637.96-
YUV180.82115.12178.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.08%
GREEN value IS 149 (58.59% from 255) = 26.65%
BLUE value IS 158 (62.11% from 255) = 28.26%
R=45.08%
G=26.65%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214915800.410.370.01354.7694.578.63
HexFC959E0292511635e4f
Octal374225236051451543136117
Binary1111110010010101100111100101001100101110110001110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC959E; }

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

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

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

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

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

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

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

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