#FCB3B1

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

Shades of Sundown #FCB3B1

Tints of Sundown #FCB3B1

Color information

#FCB3B1 (or 0xFCB3B1) is unknown color: approx Sundown. HEX triplet: FC, B3 and B1. RGB value is (252,179,177). Sum of RGB (Red+Green+Blue) = 252+179+177=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 179 (70.31% from 255 or 29.44% from 608); Blue value is 177 (69.53% from 255 or 29.11% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB3B1 is #034C4E. Grayscale: #C8C8C8. Windows color (decimal): -216143 or 11645948. OLE color: 11645948.

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

Color convert

RGB252179177-
CMYK00.290.300.01
HSL1.6º92.59%84.12%-
HSV(B)1.6º29.76%98.82%-
XYZ64.256.1149.04-
YUV200.6114.68164.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.45%
GREEN value IS 179 (70.31% from 255) = 29.44%
BLUE value IS 177 (69.53% from 255) = 29.11%
R=41.45%
G=29.44%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217917700.290.300.011.692.5984.12
HexFCB3B101D1E125d54
Octal3742632610353612135124
Binary1111110010110011101100010111011111011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB3B1; }

 p { color: rgb(252,179,177); }

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

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

 a { background-color: rgb(252,179,177); }

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

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

 span { border-color: rgb(252,179,177); }

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