#FC8A93

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

Shades of Wewak #FC8A93

Tints of Wewak #FC8A93

Color information

#FC8A93 (or 0xFC8A93) is unknown color: approx Wewak. HEX triplet: FC, 8A and 93. RGB value is (252,138,147). Sum of RGB (Red+Green+Blue) = 252+138+147=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 147 (57.81% from 255 or 27.37% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8A93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8A93 is #03756C. Grayscale: #ADADAD. Windows color (decimal): -226669 or 9669372. OLE color: 9669372.

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

Color convert

RGB252138147-
CMYK00.450.420.01
HSL355.26º95%76.47%-
HSV(B)355.26º45.24%98.82%-
XYZ54.540.9832.64-
YUV173.11113.27184.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.93%
GREEN value IS 138 (54.30% from 255) = 25.70%
BLUE value IS 147 (57.81% from 255) = 27.37%
R=46.93%
G=25.70%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213814700.450.420.01355.269576.47
HexFC8A9302D2A11635f4c
Octal374212223055521543137114
Binary1111110010001010100100110101101101010110110001110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8A93; }

 p { color: rgb(252,138,147); }

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

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

 a { background-color: rgb(252,138,147); }

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

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

 span { border-color: rgb(252,138,147); }

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