#FC8092

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

Shades of Wewak #FC8092

Tints of Wewak #FC8092

Color information

#FC8092 (or 0xFC8092) is unknown color: approx Wewak. HEX triplet: FC, 80 and 92. RGB value is (252,128,146). Sum of RGB (Red+Green+Blue) = 252+128+146=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8092 is #037F6D. Grayscale: #A7A7A7. Windows color (decimal): -229230 or 9601276. OLE color: 9601276.

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

Color convert

RGB252128146-
CMYK00.490.420.01
HSL351.29º95.38%74.51%-
HSV(B)351.29º49.21%98.82%-
XYZ53.0538.2131.77-
YUV167.13116.08188.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.91%
GREEN value IS 128 (50.39% from 255) = 24.33%
BLUE value IS 146 (57.42% from 255) = 27.76%
R=47.91%
G=24.33%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212814600.490.420.01351.2995.3874.51
HexFC80920312A115f5f4b
Octal374200222061521537137113
Binary1111110010000000100100100110001101010110101111110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8092; }

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

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

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

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

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

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

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

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