#FC8590

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

Shades of Wewak #FC8590

Tints of Wewak #FC8590

Color information

#FC8590 (or 0xFC8590) is unknown color: approx Wewak. HEX triplet: FC, 85 and 90. RGB value is (252,133,144). Sum of RGB (Red+Green+Blue) = 252+133+144=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8590 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8590 is #037A6F. Grayscale: #A9A9A9. Windows color (decimal): -227952 or 9471484. OLE color: 9471484.

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

Color convert

RGB252133144-
CMYK00.470.430.01
HSL354.45º95.2%75.49%-
HSV(B)354.45º47.22%98.82%-
XYZ53.5739.4831.18-
YUV169.83113.42186.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.64%
GREEN value IS 133 (52.34% from 255) = 25.14%
BLUE value IS 144 (56.64% from 255) = 27.22%
R=47.64%
G=25.14%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213314400.470.430.01354.4595.275.49
HexFC859002F2B11625f4b
Octal374205220057531542137113
Binary1111110010000101100100000101111101011110110001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8590; }

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

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

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

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

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

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

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

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