#FC8494

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

Shades of Wewak #FC8494

Tints of Wewak #FC8494

Color information

#FC8494 (or 0xFC8494) is unknown color: approx Wewak. HEX triplet: FC, 84 and 94. RGB value is (252,132,148). Sum of RGB (Red+Green+Blue) = 252+132+148=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8494 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8494 is #037B6B. Grayscale: #A9A9A9. Windows color (decimal): -228204 or 9733372. OLE color: 9733372.

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

Color convert

RGB252132148-
CMYK00.480.410.01
HSL352º95.24%75.29%-
HSV(B)352º47.62%98.82%-
XYZ53.7439.3432.78-
YUV169.7115.76186.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.37%
GREEN value IS 132 (51.95% from 255) = 24.81%
BLUE value IS 148 (58.20% from 255) = 27.82%
R=47.37%
G=24.81%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213214800.480.410.0135295.2475.29
HexFC84940302911605f4b
Octal374204224060511540137113
Binary1111110010000100100101000110000101001110110000010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8494; }

 p { color: rgb(252,132,148); }

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

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

 a { background-color: rgb(252,132,148); }

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

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

 span { border-color: rgb(252,132,148); }

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