#FC97A0

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

Shades of Wewak #FC97A0

Tints of Wewak #FC97A0

Color information

#FC97A0 (or 0xFC97A0) is unknown color: approx Wewak. HEX triplet: FC, 97 and A0. RGB value is (252,151,160). Sum of RGB (Red+Green+Blue) = 252+151+160=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FC97A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC97A0 is #03685F. Grayscale: #B6B6B6. Windows color (decimal): -223328 or 10524668. OLE color: 10524668.

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

Color convert

RGB252151160-
CMYK00.400.370.01
HSL354.65º94.39%79.02%-
HSV(B)354.65º40.08%98.82%-
XYZ57.5645.3738.98-
YUV182.23115.46177.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.76%
GREEN value IS 151 (59.38% from 255) = 26.82%
BLUE value IS 160 (62.89% from 255) = 28.42%
R=44.76%
G=26.82%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215116000.400.370.01354.6594.3979.02
HexFC97A00282511635e4f
Octal374227240050451543136117
Binary1111110010010111101000000101000100101110110001110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC97A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC97A0; }

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

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

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

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

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

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

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

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