#FC919D

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

Shades of Wewak #FC919D

Tints of Wewak #FC919D

Color information

#FC919D (or 0xFC919D) is unknown color: approx Wewak. HEX triplet: FC, 91 and 9D. RGB value is (252,145,157). Sum of RGB (Red+Green+Blue) = 252+145+157=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FC919D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC919D is #036E62. Grayscale: #B2B2B2. Windows color (decimal): -224867 or 10326524. OLE color: 10326524.

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

Color convert

RGB252145157-
CMYK00.420.380.01
HSL353.27º94.69%77.84%-
HSV(B)353.27º42.46%98.82%-
XYZ56.3643.3837.3-
YUV178.36115.95180.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.49%
GREEN value IS 145 (57.03% from 255) = 26.17%
BLUE value IS 157 (61.72% from 255) = 28.34%
R=45.49%
G=26.17%
B=28.34%

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
Decimal25214515700.420.380.01353.2794.6977.84
HexFC919D02A2611615f4e
Octal374221235052461541137116
Binary1111110010010001100111010101010100110110110000110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC919D; }

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

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

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

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

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

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

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

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