#FC8997

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

Shades of Wewak #FC8997

Tints of Wewak #FC8997

Color information

#FC8997 (or 0xFC8997) is unknown color: approx Wewak. HEX triplet: FC, 89 and 97. RGB value is (252,137,151). Sum of RGB (Red+Green+Blue) = 252+137+151=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 137 (53.91% from 255 or 25.37% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8997 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8997 is #037668. Grayscale: #ADADAD. Windows color (decimal): -226921 or 9931260. OLE color: 9931260.

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

Color convert

RGB252137151-
CMYK00.460.400.01
HSL352.7º95.04%76.27%-
HSV(B)352.7º45.63%98.82%-
XYZ54.6840.8234.28-
YUV172.98115.6184.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.67%
GREEN value IS 137 (53.91% from 255) = 25.37%
BLUE value IS 151 (59.38% from 255) = 27.96%
R=46.67%
G=25.37%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213715100.460.400.01352.795.0476.27
HexFC899702E2811615f4c
Octal374211227056501541137114
Binary1111110010001001100101110101110101000110110000110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8997; }

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

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

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

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

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

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

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

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