#FC8B93

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

Shades of Wewak #FC8B93

Tints of Wewak #FC8B93

Color information

#FC8B93 (or 0xFC8B93) is unknown color: approx Wewak. HEX triplet: FC, 8B and 93. RGB value is (252,139,147). Sum of RGB (Red+Green+Blue) = 252+139+147=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8B93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8B93 is #03746C. Grayscale: #ADADAD. Windows color (decimal): -226413 or 9669628. OLE color: 9669628.

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

Color convert

RGB252139147-
CMYK00.450.420.01
HSL355.75º94.96%76.67%-
HSV(B)355.75º44.84%98.82%-
XYZ54.6441.2732.69-
YUV173.7112.94183.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.84%
GREEN value IS 139 (54.69% from 255) = 25.84%
BLUE value IS 147 (57.81% from 255) = 27.32%
R=46.84%
G=25.84%
B=27.32%

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
Decimal25213914700.450.420.01355.7594.9676.67
HexFC8B9302D2A11645f4d
Octal374213223055521544137115
Binary1111110010001011100100110101101101010110110010010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8B93; }

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

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

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

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

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

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

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

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