#FC95A4

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

Shades of Wewak #FC95A4

Tints of Wewak #FC95A4

Color information

#FC95A4 (or 0xFC95A4) is unknown color: approx Wewak. HEX triplet: FC, 95 and A4. RGB value is (252,149,164). Sum of RGB (Red+Green+Blue) = 252+149+164=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 164 (64.45% from 255 or 29.03% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FC95A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC95A4 is #036A5B. Grayscale: #B5B5B5. Windows color (decimal): -223836 or 10786300. OLE color: 10786300.

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

Color convert

RGB252149164-
CMYK00.410.350.01
HSL351.26º94.5%78.63%-
HSV(B)351.26º40.87%98.82%-
XYZ57.5944.8740.75-
YUV181.51118.12178.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.60%
GREEN value IS 149 (58.59% from 255) = 26.37%
BLUE value IS 164 (64.45% from 255) = 29.03%
R=44.60%
G=26.37%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214916400.410.350.01351.2694.578.63
HexFC95A402923115f5e4f
Octal374225244051431537136117
Binary1111110010010101101001000101001100011110101111110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC95A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC95A4; }

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

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

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

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

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

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

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

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