#FC9A9B

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

Shades of Wewak #FC9A9B

Tints of Wewak #FC9A9B

Color information

#FC9A9B (or 0xFC9A9B) is unknown color: approx Wewak. HEX triplet: FC, 9A and 9B. RGB value is (252,154,155). Sum of RGB (Red+Green+Blue) = 252+154+155=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9A9B is #036564. Grayscale: #B7B7B7. Windows color (decimal): -222565 or 10197756. OLE color: 10197756.

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

Color convert

RGB252154155-
CMYK00.390.380.01
HSL359.39º94.23%79.61%-
HSV(B)359.39º38.89%98.82%-
XYZ57.6246.1736.89-
YUV183.42111.97176.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.92%
GREEN value IS 154 (60.55% from 255) = 27.45%
BLUE value IS 155 (60.94% from 255) = 27.63%
R=44.92%
G=27.45%
B=27.63%

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
Decimal25215415500.390.380.01359.3994.2379.61
HexFC9A9B0272611675e50
Octal374232233047461547136120
Binary1111110010011010100110110100111100110110110011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9A9B; }

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

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

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

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

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

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

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

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