#FC9BA5

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

Shades of Wewak #FC9BA5

Tints of Wewak #FC9BA5

Color information

#FC9BA5 (or 0xFC9BA5) is unknown color: approx Wewak. HEX triplet: FC, 9B and A5. RGB value is (252,155,165). Sum of RGB (Red+Green+Blue) = 252+155+165=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 165 (64.84% from 255 or 28.85% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9BA5 is #03645A. Grayscale: #B9B9B9. Windows color (decimal): -222299 or 10853372. OLE color: 10853372.

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

Color convert

RGB252155165-
CMYK00.380.350.01
HSL353.81º94.17%79.8%-
HSV(B)353.81º38.49%98.82%-
XYZ58.6646.8541.55-
YUV185.14116.64175.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.06%
GREEN value IS 155 (60.94% from 255) = 27.10%
BLUE value IS 165 (64.84% from 255) = 28.85%
R=44.06%
G=27.10%
B=28.85%

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
Decimal25215516500.380.350.01353.8194.1779.8
HexFC9BA50262311625e50
Octal374233245046431542136120
Binary1111110010011011101001010100110100011110110001010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9BA5; }

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

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

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

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

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

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

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

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