#FC8490

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

Shades of Wewak #FC8490

Tints of Wewak #FC8490

Color information

#FC8490 (or 0xFC8490) is unknown color: approx Wewak. HEX triplet: FC, 84 and 90. RGB value is (252,132,144). Sum of RGB (Red+Green+Blue) = 252+132+144=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8490 is #037B6F. Grayscale: #A9A9A9. Windows color (decimal): -228208 or 9471228. OLE color: 9471228.

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

Color convert

RGB252132144-
CMYK00.480.430.01
HSL354º95.24%75.29%-
HSV(B)354º47.62%98.82%-
XYZ53.4339.2131.14-
YUV169.25113.76187.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.73%
GREEN value IS 132 (51.95% from 255) = 25%
BLUE value IS 144 (56.64% from 255) = 27.27%
R=47.73%
G=25%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213214400.480.430.0135495.2475.29
HexFC84900302B11625f4b
Octal374204220060531542137113
Binary1111110010000100100100000110000101011110110001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8490; }

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

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

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

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

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

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

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

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