#FC808E

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

Shades of Wewak #FC808E

Tints of Wewak #FC808E

Color information

#FC808E (or 0xFC808E) is unknown color: approx Wewak. HEX triplet: FC, 80 and 8E. RGB value is (252,128,142). Sum of RGB (Red+Green+Blue) = 252+128+142=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC808E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC808E is #037F71. Grayscale: #A6A6A6. Windows color (decimal): -229234 or 9339132. OLE color: 9339132.

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

Color convert

RGB252128142-
CMYK00.490.440.01
HSL353.23º95.38%74.51%-
HSV(B)353.23º49.21%98.82%-
XYZ52.7538.0930.16-
YUV166.67114.08188.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.28%
GREEN value IS 128 (50.39% from 255) = 24.52%
BLUE value IS 142 (55.86% from 255) = 27.20%
R=48.28%
G=24.52%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212814200.490.440.01353.2395.3874.51
HexFC808E0312C11615f4b
Octal374200216061541541137113
Binary1111110010000000100011100110001101100110110000110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC808E; }

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

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

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

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

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

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

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

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