#FCA4B3

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

Shades of Illusion #FCA4B3

Tints of Illusion #FCA4B3

Color information

#FCA4B3 (or 0xFCA4B3) is unknown color: approx Illusion. HEX triplet: FC, A4 and B3. RGB value is (252,164,179). Sum of RGB (Red+Green+Blue) = 252+164+179=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 164 (64.45% from 255 or 27.56% from 595); Blue value is 179 (70.31% from 255 or 30.08% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA4B3 is #035B4C. Grayscale: #C0C0C0. Windows color (decimal): -219981 or 11773180. OLE color: 11773180.

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

Color convert

RGB252164179-
CMYK00.350.290.01
HSL349.77º93.62%81.57%-
HSV(B)349.77º34.92%98.82%-
XYZ61.5650.549.15-
YUV192.02120.65170.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.35%
GREEN value IS 164 (64.45% from 255) = 27.56%
BLUE value IS 179 (70.31% from 255) = 30.08%
R=42.35%
G=27.56%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216417900.350.290.01349.7793.6281.57
HexFCA4B30231D115e5e52
Octal374244263043351536136122
Binary111111001010010010110011010001111101110101111010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA4B3; }

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

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

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

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

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

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

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

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