#FCB2A8

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

Shades of Sundown #FCB2A8

Tints of Sundown #FCB2A8

Color information

#FCB2A8 (or 0xFCB2A8) is unknown color: approx Sundown. HEX triplet: FC, B2 and A8. RGB value is (252,178,168). Sum of RGB (Red+Green+Blue) = 252+178+168=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 178 (69.92% from 255 or 29.77% from 598); Blue value is 168 (66.02% from 255 or 28.09% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB2A8 is #034D57. Grayscale: #C7C7C7. Windows color (decimal): -216408 or 11055868. OLE color: 11055868.

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

Color convert

RGB252178168-
CMYK00.290.330.01
HSL7.14º93.33%82.35%-
HSV(B)7.14º33.33%98.82%-
XYZ63.1355.3644.4-
YUV198.99110.52165.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.14%
GREEN value IS 178 (69.92% from 255) = 29.77%
BLUE value IS 168 (66.02% from 255) = 28.09%
R=42.14%
G=29.77%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217816800.290.330.017.1493.3382.35
HexFCB2A801D21175d52
Octal3742622500354117135122
Binary111111001011001010101000011101100001111110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB2A8; }

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

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

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

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

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

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

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

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