#FCB0A8

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

Shades of Sundown #FCB0A8

Tints of Sundown #FCB0A8

Color information

#FCB0A8 (or 0xFCB0A8) is unknown color: approx Sundown. HEX triplet: FC, B0 and A8. RGB value is (252,176,168). Sum of RGB (Red+Green+Blue) = 252+176+168=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 168 (66.02% from 255 or 28.19% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB0A8 is #034F57. Grayscale: #C5C5C5. Windows color (decimal): -216920 or 11055356. OLE color: 11055356.

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

Color convert

RGB252176168-
CMYK00.300.330.01
HSL5.71º93.33%82.35%-
HSV(B)5.71º33.33%98.82%-
XYZ62.7454.5744.27-
YUV197.81111.18166.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.28%
GREEN value IS 176 (69.14% from 255) = 29.53%
BLUE value IS 168 (66.02% from 255) = 28.19%
R=42.28%
G=29.53%
B=28.19%

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
Decimal25217616800.300.330.015.7193.3382.35
HexFCB0A801E21165d52
Octal3742602500364116135122
Binary111111001011000010101000011110100001111010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB0A8; }

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

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

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

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

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

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

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

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