#FC8F97

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

Shades of Wewak #FC8F97

Tints of Wewak #FC8F97

Color information

#FC8F97 (or 0xFC8F97) is unknown color: approx Wewak. HEX triplet: FC, 8F and 97. RGB value is (252,143,151). Sum of RGB (Red+Green+Blue) = 252+143+151=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 151 (59.38% from 255 or 27.66% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8F97 is #037068. Grayscale: #B0B0B0. Windows color (decimal): -225385 or 9932796. OLE color: 9932796.

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

Color convert

RGB252143151-
CMYK00.430.400.01
HSL355.6º94.78%77.45%-
HSV(B)355.6º43.25%98.82%-
XYZ55.5542.5734.57-
YUV176.5113.61181.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.15%
GREEN value IS 143 (56.25% from 255) = 26.19%
BLUE value IS 151 (59.38% from 255) = 27.66%
R=46.15%
G=26.19%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214315100.430.400.01355.694.7877.45
HexFC8F9702B2811645f4d
Octal374217227053501544137115
Binary1111110010001111100101110101011101000110110010010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8F97; }

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

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

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

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

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

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

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

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