#FCA3B5

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

Shades of Illusion #FCA3B5

Tints of Illusion #FCA3B5

Color information

#FCA3B5 (or 0xFCA3B5) is unknown color: approx Illusion. HEX triplet: FC, A3 and B5. RGB value is (252,163,181). Sum of RGB (Red+Green+Blue) = 252+163+181=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 163 (64.06% from 255 or 27.35% from 596); Blue value is 181 (71.09% from 255 or 30.37% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA3B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA3B5 is #035C4A. Grayscale: #BFBFBF. Windows color (decimal): -220235 or 11903996. OLE color: 11903996.

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

Color convert

RGB252163181-
CMYK00.350.280.01
HSL347.87º93.68%81.37%-
HSV(B)347.87º35.32%98.82%-
XYZ61.5850.2350.16-
YUV191.66121.99171.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.28%
GREEN value IS 163 (64.06% from 255) = 27.35%
BLUE value IS 181 (71.09% from 255) = 30.37%
R=42.28%
G=27.35%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216318100.350.280.01347.8793.6881.37
HexFCA3B50231C115c5e51
Octal374243265043341534136121
Binary111111001010001110110101010001111100110101110010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA3B5; }

 p { color: rgb(252,163,181); }

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

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

 a { background-color: rgb(252,163,181); }

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

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

 span { border-color: rgb(252,163,181); }

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