#FC919C

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

Shades of Wewak #FC919C

Tints of Wewak #FC919C

Color information

#FC919C (or 0xFC919C) is unknown color: approx Wewak. HEX triplet: FC, 91 and 9C. RGB value is (252,145,156). Sum of RGB (Red+Green+Blue) = 252+145+156=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FC919C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC919C is #036E63. Grayscale: #B2B2B2. Windows color (decimal): -224868 or 10260988. OLE color: 10260988.

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

Color convert

RGB252145156-
CMYK00.420.380.01
HSL353.83º94.69%77.84%-
HSV(B)353.83º42.46%98.82%-
XYZ56.2743.3536.85-
YUV178.25115.45180.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.57%
GREEN value IS 145 (57.03% from 255) = 26.22%
BLUE value IS 156 (61.33% from 255) = 28.21%
R=45.57%
G=26.22%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214515600.420.380.01353.8394.6977.84
HexFC919C02A2611625f4e
Octal374221234052461542137116
Binary1111110010010001100111000101010100110110110001010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC919C; }

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

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

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

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

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

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

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

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