#FC8186

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

Shades of Wewak #FC8186

Tints of Wewak #FC8186

Color information

#FC8186 (or 0xFC8186) is unknown color: approx Wewak. HEX triplet: FC, 81 and 86. RGB value is (252,129,134). Sum of RGB (Red+Green+Blue) = 252+129+134=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8186 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8186 is #037E79. Grayscale: #A6A6A6. Windows color (decimal): -228986 or 8815100. OLE color: 8815100.

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

Color convert

RGB252129134-
CMYK00.490.470.01
HSL357.56º95.35%74.71%-
HSV(B)357.56º48.81%98.82%-
XYZ52.338.1227.16-
YUV166.35109.75189.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.93%
GREEN value IS 129 (50.78% from 255) = 25.05%
BLUE value IS 134 (52.73% from 255) = 26.02%
R=48.93%
G=25.05%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212913400.490.470.01357.5695.3574.71
HexFC81860312F11665f4b
Octal374201206061571546137113
Binary1111110010000001100001100110001101111110110011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8186; }

 p { color: rgb(252,129,134); }

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

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

 a { background-color: rgb(252,129,134); }

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

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

 span { border-color: rgb(252,129,134); }

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