#FCB0A9

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

Shades of Sundown #FCB0A9

Tints of Sundown #FCB0A9

Color information

#FCB0A9 (or 0xFCB0A9) is unknown color: approx Sundown. HEX triplet: FC, B0 and A9. RGB value is (252,176,169). Sum of RGB (Red+Green+Blue) = 252+176+169=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 169 (66.41% from 255 or 28.31% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB0A9 is #034F56. Grayscale: #C6C6C6. Windows color (decimal): -216919 or 11120892. OLE color: 11120892.

HSL color Cylindrical-coordinate representation of color #FCB0A9: hue angle of 5.06º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCB0A9 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB252176169-
CMYK00.300.330.01
HSL5.06º93.26%82.55%-
HSV(B)5.06º32.94%98.82%-
XYZ62.8354.6144.77-
YUV197.93111.68166.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.21%
GREEN value IS 176 (69.14% from 255) = 29.48%
BLUE value IS 169 (66.41% from 255) = 28.31%
R=42.21%
G=29.48%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217616900.300.330.015.0693.2682.55
HexFCB0A901E21155d53
Octal3742602510364115135123
Binary111111001011000010101001011110100001110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB0A9; }

 p { color: rgb(252,176,169); }

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

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

 a { background-color: rgb(252,176,169); }

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

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

 span { border-color: rgb(252,176,169); }

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