#FCA4A8

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

Shades of Wewak #FCA4A8

Tints of Wewak #FCA4A8

Color information

#FCA4A8 (or 0xFCA4A8) is unknown color: approx Wewak. HEX triplet: FC, A4 and A8. RGB value is (252,164,168). Sum of RGB (Red+Green+Blue) = 252+164+168=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 168 (66.02% from 255 or 28.77% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA4A8 is #035B57. Grayscale: #BEBEBE. Windows color (decimal): -219992 or 11052284. OLE color: 11052284.

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

Color convert

RGB252164168-
CMYK00.350.330.01
HSL357.27º93.62%81.57%-
HSV(B)357.27º34.92%98.82%-
XYZ60.4950.0743.52-
YUV190.77115.15171.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.15%
GREEN value IS 164 (64.45% from 255) = 28.08%
BLUE value IS 168 (66.02% from 255) = 28.77%
R=43.15%
G=28.08%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216416800.350.330.01357.2793.6281.57
HexFCA4A80232111655e52
Octal374244250043411545136122
Binary1111110010100100101010000100011100001110110010110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA4A8; }

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

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

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

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

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

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

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

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