#FC989C

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

Shades of Wewak #FC989C

Tints of Wewak #FC989C

Color information

#FC989C (or 0xFC989C) is unknown color: approx Wewak. HEX triplet: FC, 98 and 9C. RGB value is (252,152,156). Sum of RGB (Red+Green+Blue) = 252+152+156=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC989C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC989C is #036763. Grayscale: #B6B6B6. Windows color (decimal): -223076 or 10262780. OLE color: 10262780.

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

Color convert

RGB252152156-
CMYK00.400.380.01
HSL357.6º94.34%79.22%-
HSV(B)357.6º39.68%98.82%-
XYZ57.3745.5537.22-
YUV182.36113.13177.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45%
GREEN value IS 152 (59.77% from 255) = 27.14%
BLUE value IS 156 (61.33% from 255) = 27.86%
R=45%
G=27.14%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215215600.400.380.01357.694.3479.22
HexFC989C0282611665e4f
Octal374230234050461546136117
Binary1111110010011000100111000101000100110110110011010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC989C; }

 p { color: rgb(252,152,156); }

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

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

 a { background-color: rgb(252,152,156); }

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

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

 span { border-color: rgb(252,152,156); }

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