#FC898A

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

Shades of Wewak #FC898A

Tints of Wewak #FC898A

Color information

#FC898A (or 0xFC898A) is unknown color: approx Wewak. HEX triplet: FC, 89 and 8A. RGB value is (252,137,138). Sum of RGB (Red+Green+Blue) = 252+137+138=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC898A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC898A is #037675. Grayscale: #ABABAB. Windows color (decimal): -226934 or 9079292. OLE color: 9079292.

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

Color convert

RGB252137138-
CMYK00.460.450.01
HSL359.48º95.04%76.27%-
HSV(B)359.48º45.63%98.82%-
XYZ53.6840.4229.02-
YUV171.5109.1185.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.82%
GREEN value IS 137 (53.91% from 255) = 26.00%
BLUE value IS 138 (54.30% from 255) = 26.19%
R=47.82%
G=26.00%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213713800.460.450.01359.4895.0476.27
HexFC898A02E2D11675f4c
Octal374211212056551547137114
Binary1111110010001001100010100101110101101110110011110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC898A; }

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

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

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

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

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

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

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

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