#FCB2A4

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

Shades of Sundown #FCB2A4

Tints of Sundown #FCB2A4

Color information

#FCB2A4 (or 0xFCB2A4) is unknown color: approx Sundown. HEX triplet: FC, B2 and A4. RGB value is (252,178,164). Sum of RGB (Red+Green+Blue) = 252+178+164=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 178 (69.92% from 255 or 29.97% from 594); Blue value is 164 (64.45% from 255 or 27.61% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB2A4 is #034D5B. Grayscale: #C6C6C6. Windows color (decimal): -216412 or 10793724. OLE color: 10793724.

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

Color convert

RGB252178164-
CMYK00.290.350.01
HSL9.55º93.62%81.57%-
HSV(B)9.55º34.92%98.82%-
XYZ62.7755.2242.47-
YUV198.53108.52166.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.42%
GREEN value IS 178 (69.92% from 255) = 29.97%
BLUE value IS 164 (64.45% from 255) = 27.61%
R=42.42%
G=29.97%
B=27.61%

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
Decimal25217816400.290.350.019.5593.6281.57
HexFCB2A401D231a5e52
Octal37426224403543112136122
Binary1111110010110010101001000111011000111101010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB2A4; }

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

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

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

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

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

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

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

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