#FC9096

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

Shades of Wewak #FC9096

Tints of Wewak #FC9096

Color information

#FC9096 (or 0xFC9096) is unknown color: approx Wewak. HEX triplet: FC, 90 and 96. RGB value is (252,144,150). Sum of RGB (Red+Green+Blue) = 252+144+150=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9096 is #036F69. Grayscale: #B1B1B1. Windows color (decimal): -225130 or 9867516. OLE color: 9867516.

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

Color convert

RGB252144150-
CMYK00.430.400.01
HSL356.67º94.74%77.65%-
HSV(B)356.67º42.86%98.82%-
XYZ55.6242.8434.19-
YUV176.98112.78181.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.15%
GREEN value IS 144 (56.64% from 255) = 26.37%
BLUE value IS 150 (58.98% from 255) = 27.47%
R=46.15%
G=26.37%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214415000.430.400.01356.6794.7477.65
HexFC909602B2811655f4e
Octal374220226053501545137116
Binary1111110010010000100101100101011101000110110010110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9096; }

 p { color: rgb(252,144,150); }

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

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

 a { background-color: rgb(252,144,150); }

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

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

 span { border-color: rgb(252,144,150); }

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