#FC8F9B

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

Shades of Wewak #FC8F9B

Tints of Wewak #FC8F9B

Color information

#FC8F9B (or 0xFC8F9B) is unknown color: approx Wewak. HEX triplet: FC, 8F and 9B. RGB value is (252,143,155). Sum of RGB (Red+Green+Blue) = 252+143+155=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 155 (60.94% from 255 or 28.18% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8F9B is #037064. Grayscale: #B1B1B1. Windows color (decimal): -225381 or 10194940. OLE color: 10194940.

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

Color convert

RGB252143155-
CMYK00.430.380.01
HSL353.39º94.78%77.45%-
HSV(B)353.39º43.25%98.82%-
XYZ55.8842.7136.31-
YUV176.96115.61181.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.82%
GREEN value IS 143 (56.25% from 255) = 26%
BLUE value IS 155 (60.94% from 255) = 28.18%
R=45.82%
G=26%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214315500.430.380.01353.3994.7877.45
HexFC8F9B02B2611615f4d
Octal374217233053461541137115
Binary1111110010001111100110110101011100110110110000110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8F9B; }

 p { color: rgb(252,143,155); }

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

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

 a { background-color: rgb(252,143,155); }

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

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

 span { border-color: rgb(252,143,155); }

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