#FCB1A3

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

Shades of Sundown #FCB1A3

Tints of Sundown #FCB1A3

Color information

#FCB1A3 (or 0xFCB1A3) is unknown color: approx Sundown. HEX triplet: FC, B1 and A3. RGB value is (252,177,163). Sum of RGB (Red+Green+Blue) = 252+177+163=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 177 (69.53% from 255 or 29.90% from 592); Blue value is 163 (64.06% from 255 or 27.53% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB1A3 is #034E5C. Grayscale: #C5C5C5. Windows color (decimal): -216669 or 10727932. OLE color: 10727932.

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

Color convert

RGB252177163-
CMYK00.300.350.01
HSL9.44º93.68%81.37%-
HSV(B)9.44º35.32%98.82%-
XYZ62.4854.7841.93-
YUV197.83108.35166.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.57%
GREEN value IS 177 (69.53% from 255) = 29.90%
BLUE value IS 163 (64.06% from 255) = 27.53%
R=42.57%
G=29.90%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217716300.300.350.019.4493.6881.37
HexFCB1A301E23195e51
Octal37426124303643111136121
Binary1111110010110001101000110111101000111100110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1A3; }

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

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

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

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

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

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

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

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