#FC9A9C

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

Shades of Wewak #FC9A9C

Tints of Wewak #FC9A9C

Color information

#FC9A9C (or 0xFC9A9C) is unknown color: approx Wewak. HEX triplet: FC, 9A and 9C. RGB value is (252,154,156). Sum of RGB (Red+Green+Blue) = 252+154+156=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9A9C is #036563. Grayscale: #B7B7B7. Windows color (decimal): -222564 or 10263292. OLE color: 10263292.

HSL color Cylindrical-coordinate representation of color #FC9A9C: hue angle of 358.78º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FC9A9C is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB252154156-
CMYK00.390.380.01
HSL358.78º94.23%79.61%-
HSV(B)358.78º38.89%98.82%-
XYZ57.746.2137.33-
YUV183.53112.47176.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.84%
GREEN value IS 154 (60.55% from 255) = 27.40%
BLUE value IS 156 (61.33% from 255) = 27.76%
R=44.84%
G=27.40%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215415600.390.380.01358.7894.2379.61
HexFC9A9C0272611675e50
Octal374232234047461547136120
Binary1111110010011010100111000100111100110110110011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9A9C; }

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

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

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

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

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

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

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

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