#FC9195

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

Shades of Wewak #FC9195

Tints of Wewak #FC9195

Color information

#FC9195 (or 0xFC9195) is unknown color: approx Wewak. HEX triplet: FC, 91 and 95. RGB value is (252,145,149). Sum of RGB (Red+Green+Blue) = 252+145+149=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9195 is #036E6A. Grayscale: #B1B1B1. Windows color (decimal): -224875 or 9802236. OLE color: 9802236.

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

Color convert

RGB252145149-
CMYK00.420.410.01
HSL357.76º94.69%77.84%-
HSV(B)357.76º42.46%98.82%-
XYZ55.743.1233.82-
YUV177.45111.95181.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.15%
GREEN value IS 145 (57.03% from 255) = 26.56%
BLUE value IS 149 (58.59% from 255) = 27.29%
R=46.15%
G=26.56%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214514900.420.410.01357.7694.6977.84
HexFC919502A2911665f4e
Octal374221225052511546137116
Binary1111110010010001100101010101010101001110110011010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9195; }

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

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

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

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

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

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

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

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