#FC8088

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

Shades of Wewak #FC8088

Tints of Wewak #FC8088

Color information

#FC8088 (or 0xFC8088) is unknown color: approx Wewak. HEX triplet: FC, 80 and 88. RGB value is (252,128,136). Sum of RGB (Red+Green+Blue) = 252+128+136=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8088 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8088 is #037F77. Grayscale: #A6A6A6. Windows color (decimal): -229240 or 8945916. OLE color: 8945916.

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

Color convert

RGB252128136-
CMYK00.490.460.01
HSL356.13º95.38%74.51%-
HSV(B)356.13º49.21%98.82%-
XYZ52.3137.9127.85-
YUV165.99111.08189.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.84%
GREEN value IS 128 (50.39% from 255) = 24.81%
BLUE value IS 136 (53.52% from 255) = 26.36%
R=48.84%
G=24.81%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212813600.490.460.01356.1395.3874.51
HexFC80880312E11645f4b
Octal374200210061561544137113
Binary1111110010000000100010000110001101110110110010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8088; }

 p { color: rgb(252,128,136); }

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

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

 a { background-color: rgb(252,128,136); }

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

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

 span { border-color: rgb(252,128,136); }

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