#FC97A3

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

Shades of Wewak #FC97A3

Tints of Wewak #FC97A3

Color information

#FC97A3 (or 0xFC97A3) is unknown color: approx Wewak. HEX triplet: FC, 97 and A3. RGB value is (252,151,163). Sum of RGB (Red+Green+Blue) = 252+151+163=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 163 (64.06% from 255 or 28.80% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC97A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC97A3 is #03685C. Grayscale: #B6B6B6. Windows color (decimal): -223325 or 10721276. OLE color: 10721276.

HSL color Cylindrical-coordinate representation of color #FC97A3: hue angle of 352.87º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FC97A3 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB252151163-
CMYK00.400.350.01
HSL352.87º94.39%79.02%-
HSV(B)352.87º40.08%98.82%-
XYZ57.8245.4740.38-
YUV182.57116.96177.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.52%
GREEN value IS 151 (59.38% from 255) = 26.68%
BLUE value IS 163 (64.06% from 255) = 28.80%
R=44.52%
G=26.68%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215116300.400.350.01352.8794.3979.02
HexFC97A30282311615e4f
Octal374227243050431541136117
Binary1111110010010111101000110101000100011110110000110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC97A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC97A3; }

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

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

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

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

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

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

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

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