#FCA3B7

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

Shades of Illusion #FCA3B7

Tints of Illusion #FCA3B7

Color information

#FCA3B7 (or 0xFCA3B7) is unknown color: approx Illusion. HEX triplet: FC, A3 and B7. RGB value is (252,163,183). Sum of RGB (Red+Green+Blue) = 252+163+183=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 163 (64.06% from 255 or 27.26% from 598); Blue value is 183 (71.88% from 255 or 30.60% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA3B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA3B7 is #035C48. Grayscale: #BFBFBF. Windows color (decimal): -220233 or 12035068. OLE color: 12035068.

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

Color convert

RGB252163183-
CMYK00.350.270.01
HSL346.52º93.68%81.37%-
HSV(B)346.52º35.32%98.82%-
XYZ61.7950.3151.25-
YUV191.89122.99170.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.14%
GREEN value IS 163 (64.06% from 255) = 27.26%
BLUE value IS 183 (71.88% from 255) = 30.60%
R=42.14%
G=27.26%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216318300.350.270.01346.5293.6881.37
HexFCA3B70231B115b5e51
Octal374243267043331533136121
Binary111111001010001110110111010001111011110101101110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA3B7; }

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

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

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

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

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

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

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

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