#FC9BA0

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

Shades of Wewak #FC9BA0

Tints of Wewak #FC9BA0

Color information

#FC9BA0 (or 0xFC9BA0) is unknown color: approx Wewak. HEX triplet: FC, 9B and A0. RGB value is (252,155,160). Sum of RGB (Red+Green+Blue) = 252+155+160=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9BA0 is #03645F. Grayscale: #B8B8B8. Windows color (decimal): -222304 or 10525692. OLE color: 10525692.

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

Color convert

RGB252155160-
CMYK00.380.370.01
HSL356.91º94.17%79.8%-
HSV(B)356.91º38.49%98.82%-
XYZ58.2146.6839.2-
YUV184.57114.14176.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.44%
GREEN value IS 155 (60.94% from 255) = 27.34%
BLUE value IS 160 (62.89% from 255) = 28.22%
R=44.44%
G=27.34%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215516000.380.370.01356.9194.1779.8
HexFC9BA00262511655e50
Octal374233240046451545136120
Binary1111110010011011101000000100110100101110110010110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9BA0; }

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

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

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

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

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

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

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

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