#FC9BA4

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

Shades of Wewak #FC9BA4

Tints of Wewak #FC9BA4

Color information

#FC9BA4 (or 0xFC9BA4) is unknown color: approx Wewak. HEX triplet: FC, 9B and A4. RGB value is (252,155,164). Sum of RGB (Red+Green+Blue) = 252+155+164=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 164 (64.45% from 255 or 28.72% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9BA4 is #03645B. Grayscale: #B9B9B9. Windows color (decimal): -222300 or 10787836. OLE color: 10787836.

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

Color convert

RGB252155164-
CMYK00.380.350.01
HSL354.43º94.17%79.8%-
HSV(B)354.43º38.49%98.82%-
XYZ58.5746.8241.07-
YUV185.03116.14175.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.13%
GREEN value IS 155 (60.94% from 255) = 27.15%
BLUE value IS 164 (64.45% from 255) = 28.72%
R=44.13%
G=27.15%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215516400.380.350.01354.4394.1779.8
HexFC9BA40262311625e50
Octal374233244046431542136120
Binary1111110010011011101001000100110100011110110001010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9BA4; }

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

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

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

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

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

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

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

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