#FCB1B0

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

Shades of Sundown #FCB1B0

Tints of Sundown #FCB1B0

Color information

#FCB1B0 (or 0xFCB1B0) is unknown color: approx Sundown. HEX triplet: FC, B1 and B0. RGB value is (252,177,176). Sum of RGB (Red+Green+Blue) = 252+177+176=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 176 (69.14% from 255 or 29.09% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB1B0 is #034E4F. Grayscale: #C7C7C7. Windows color (decimal): -216656 or 11579900. OLE color: 11579900.

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

Color convert

RGB252177176-
CMYK00.300.300.01
HSL0.79º92.68%83.92%-
HSV(B)0.79º30.16%98.82%-
XYZ63.755.2748.39-
YUV199.31114.85165.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.65%
GREEN value IS 177 (69.53% from 255) = 29.26%
BLUE value IS 176 (69.14% from 255) = 29.09%
R=41.65%
G=29.26%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217717600.300.300.010.7992.6883.92
HexFCB1B001E1E115d54
Octal3742612600363611135124
Binary111111001011000110110000011110111101110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1B0; }

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

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

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

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

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

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

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

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