#FCA0A7

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

Shades of Wewak #FCA0A7

Tints of Wewak #FCA0A7

Color information

#FCA0A7 (or 0xFCA0A7) is unknown color: approx Wewak. HEX triplet: FC, A0 and A7. RGB value is (252,160,167). Sum of RGB (Red+Green+Blue) = 252+160+167=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 167 (65.62% from 255 or 28.84% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA0A7 is #035F58. Grayscale: #BCBCBC. Windows color (decimal): -221017 or 10985724. OLE color: 10985724.

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

Color convert

RGB252160167-
CMYK00.370.340.01
HSL355.43º93.88%80.78%-
HSV(B)355.43º36.51%98.82%-
XYZ59.6948.6342.8-
YUV188.31115.98173.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.52%
GREEN value IS 160 (62.89% from 255) = 27.63%
BLUE value IS 167 (65.62% from 255) = 28.84%
R=43.52%
G=27.63%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216016700.370.340.01355.4393.8880.78
HexFCA0A70252211635e51
Octal374240247045421543136121
Binary1111110010100000101001110100101100010110110001110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA0A7; }

 p { color: rgb(252,160,167); }

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

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

 a { background-color: rgb(252,160,167); }

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

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

 span { border-color: rgb(252,160,167); }

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