#FCA5AA

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

Shades of Wewak #FCA5AA

Tints of Wewak #FCA5AA

Color information

#FCA5AA (or 0xFCA5AA) is unknown color: approx Wewak. HEX triplet: FC, A5 and AA. RGB value is (252,165,170). Sum of RGB (Red+Green+Blue) = 252+165+170=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 165 (64.84% from 255 or 28.11% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA5AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA5AA is #035A55. Grayscale: #BFBFBF. Windows color (decimal): -219734 or 11183612. OLE color: 11183612.

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

Color convert

RGB252165170-
CMYK00.350.330.01
HSL356.55º93.55%81.76%-
HSV(B)356.55º34.52%98.82%-
XYZ60.8650.5144.57-
YUV191.58115.82171.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.93%
GREEN value IS 165 (64.84% from 255) = 28.11%
BLUE value IS 170 (66.80% from 255) = 28.96%
R=42.93%
G=28.11%
B=28.96%

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
Decimal25216517000.350.330.01356.5593.5581.76
HexFCA5AA0232111655e52
Octal374245252043411545136122
Binary1111110010100101101010100100011100001110110010110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA5AA; }

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

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

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

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

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

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

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

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