#FC8B95

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

Shades of Wewak #FC8B95

Tints of Wewak #FC8B95

Color information

#FC8B95 (or 0xFC8B95) is unknown color: approx Wewak. HEX triplet: FC, 8B and 95. RGB value is (252,139,149). Sum of RGB (Red+Green+Blue) = 252+139+149=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8B95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8B95 is #03746A. Grayscale: #AEAEAE. Windows color (decimal): -226411 or 9800700. OLE color: 9800700.

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

Color convert

RGB252139149-
CMYK00.450.410.01
HSL354.69º94.96%76.67%-
HSV(B)354.69º44.84%98.82%-
XYZ54.841.3333.52-
YUV173.93113.94183.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.67%
GREEN value IS 139 (54.69% from 255) = 25.74%
BLUE value IS 149 (58.59% from 255) = 27.59%
R=46.67%
G=25.74%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213914900.450.410.01354.6994.9676.67
HexFC8B9502D2911635f4d
Octal374213225055511543137115
Binary1111110010001011100101010101101101001110110001110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8B95; }

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

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

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

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

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

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

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

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