#FCB2A5

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

Shades of Sundown #FCB2A5

Tints of Sundown #FCB2A5

Color information

#FCB2A5 (or 0xFCB2A5) is unknown color: approx Sundown. HEX triplet: FC, B2 and A5. RGB value is (252,178,165). Sum of RGB (Red+Green+Blue) = 252+178+165=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 178 (69.92% from 255 or 29.92% from 595); Blue value is 165 (64.84% from 255 or 27.73% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB2A5 is #034D5A. Grayscale: #C6C6C6. Windows color (decimal): -216411 or 10859260. OLE color: 10859260.

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

Color convert

RGB252178165-
CMYK00.290.350.01
HSL8.97º93.55%81.76%-
HSV(B)8.97º34.52%98.82%-
XYZ62.8655.2542.95-
YUV198.64109.02166.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.35%
GREEN value IS 178 (69.92% from 255) = 29.92%
BLUE value IS 165 (64.84% from 255) = 27.73%
R=42.35%
G=29.92%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217816500.290.350.018.9793.5581.76
HexFCB2A501D23195e52
Octal37426224503543111136122
Binary1111110010110010101001010111011000111100110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB2A5; }

 p { color: rgb(252,178,165); }

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

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

 a { background-color: rgb(252,178,165); }

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

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

 span { border-color: rgb(252,178,165); }

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