#FC8D8E

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

Shades of Wewak #FC8D8E

Tints of Wewak #FC8D8E

Color information

#FC8D8E (or 0xFC8D8E) is unknown color: approx Wewak. HEX triplet: FC, 8D and 8E. RGB value is (252,141,142). Sum of RGB (Red+Green+Blue) = 252+141+142=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8D8E is #037271. Grayscale: #AEAEAE. Windows color (decimal): -225906 or 9342460. OLE color: 9342460.

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

Color convert

RGB252141142-
CMYK00.440.440.01
HSL359.46º94.87%77.06%-
HSV(B)359.46º44.05%98.82%-
XYZ54.5541.730.76-
YUV174.3109.77183.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.10%
GREEN value IS 141 (55.47% from 255) = 26.36%
BLUE value IS 142 (55.86% from 255) = 26.54%
R=47.10%
G=26.36%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214114200.440.440.01359.4694.8777.06
HexFC8D8E02C2C11675f4d
Octal374215216054541547137115
Binary1111110010001101100011100101100101100110110011110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8D8E; }

 p { color: rgb(252,141,142); }

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

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

 a { background-color: rgb(252,141,142); }

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

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

 span { border-color: rgb(252,141,142); }

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