#FCB0A7

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

Shades of Sundown #FCB0A7

Tints of Sundown #FCB0A7

Color information

#FCB0A7 (or 0xFCB0A7) is unknown color: approx Sundown. HEX triplet: FC, B0 and A7. RGB value is (252,176,167). Sum of RGB (Red+Green+Blue) = 252+176+167=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 167 (65.62% from 255 or 28.07% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB0A7 is #034F58. Grayscale: #C5C5C5. Windows color (decimal): -216921 or 10989820. OLE color: 10989820.

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

Color convert

RGB252176167-
CMYK00.300.340.01
HSL6.35º93.41%82.16%-
HSV(B)6.35º33.73%98.82%-
XYZ62.6554.5443.78-
YUV197.7110.68166.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.35%
GREEN value IS 176 (69.14% from 255) = 29.58%
BLUE value IS 167 (65.62% from 255) = 28.07%
R=42.35%
G=29.58%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217616700.300.340.016.3593.4182.16
HexFCB0A701E22165d52
Octal3742602470364216135122
Binary111111001011000010100111011110100010111010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB0A7; }

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

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

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

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

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

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

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

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