#FC8182

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

Shades of Wewak #FC8182

Tints of Wewak #FC8182

Color information

#FC8182 (or 0xFC8182) is unknown color: approx Wewak. HEX triplet: FC, 81 and 82. RGB value is (252,129,130). Sum of RGB (Red+Green+Blue) = 252+129+130=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8182 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8182 is #037E7D. Grayscale: #A6A6A6. Windows color (decimal): -228990 or 8552956. OLE color: 8552956.

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

Color convert

RGB252129130-
CMYK00.490.480.01
HSL359.51º95.35%74.71%-
HSV(B)359.51º48.81%98.82%-
XYZ52.0238.0125.71-
YUV165.89107.75189.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.32%
GREEN value IS 129 (50.78% from 255) = 25.24%
BLUE value IS 130 (51.17% from 255) = 25.44%
R=49.32%
G=25.24%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212913000.490.480.01359.5195.3574.71
HexFC81820313011685f4b
Octal374201202061601550137113
Binary1111110010000001100000100110001110000110110100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8182; }

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

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

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

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

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

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

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

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