#FC8396

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

Shades of Wewak #FC8396

Tints of Wewak #FC8396

Color information

#FC8396 (or 0xFC8396) is unknown color: approx Wewak. HEX triplet: FC, 83 and 96. RGB value is (252,131,150). Sum of RGB (Red+Green+Blue) = 252+131+150=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8396 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8396 is #037C69. Grayscale: #A9A9A9. Windows color (decimal): -228458 or 9864188. OLE color: 9864188.

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

Color convert

RGB252131150-
CMYK00.480.400.01
HSL350.58º95.28%75.1%-
HSV(B)350.58º48.02%98.82%-
XYZ53.7739.1333.57-
YUV169.34117.09186.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.28%
GREEN value IS 131 (51.56% from 255) = 24.58%
BLUE value IS 150 (58.98% from 255) = 28.14%
R=47.28%
G=24.58%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213115000.480.400.01350.5895.2875.1
HexFC839603028115f5f4b
Octal374203226060501537137113
Binary1111110010000011100101100110000101000110101111110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8396; }

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

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

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

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

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

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

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

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