#FCA4B1

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

Shades of Illusion #FCA4B1

Tints of Illusion #FCA4B1

Color information

#FCA4B1 (or 0xFCA4B1) is unknown color: approx Illusion. HEX triplet: FC, A4 and B1. RGB value is (252,164,177). Sum of RGB (Red+Green+Blue) = 252+164+177=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 164 (64.45% from 255 or 27.66% from 593); Blue value is 177 (69.53% from 255 or 29.85% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA4B1 is #035B4E. Grayscale: #BFBFBF. Windows color (decimal): -219983 or 11642108. OLE color: 11642108.

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

Color convert

RGB252164177-
CMYK00.350.300.01
HSL351.14º93.62%81.57%-
HSV(B)351.14º34.92%98.82%-
XYZ61.3650.4248.09-
YUV191.79119.65170.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.50%
GREEN value IS 164 (64.45% from 255) = 27.66%
BLUE value IS 177 (69.53% from 255) = 29.85%
R=42.50%
G=27.66%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216417700.350.300.01351.1493.6281.57
HexFCA4B10231E115f5e52
Octal374244261043361537136122
Binary111111001010010010110001010001111110110101111110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA4B1; }

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

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

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

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

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

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

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

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