#FCB2B1

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

Shades of Sundown #FCB2B1

Tints of Sundown #FCB2B1

Color information

#FCB2B1 (or 0xFCB2B1) is unknown color: approx Sundown. HEX triplet: FC, B2 and B1. RGB value is (252,178,177). Sum of RGB (Red+Green+Blue) = 252+178+177=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 177 (69.53% from 255 or 29.16% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB2B1 is #034D4E. Grayscale: #C8C8C8. Windows color (decimal): -216399 or 11645692. OLE color: 11645692.

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

Color convert

RGB252178177-
CMYK00.290.300.01
HSL0.8º92.59%84.12%-
HSV(B)0.8º29.76%98.82%-
XYZ6455.7148.97-
YUV200.01115.02165.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.52%
GREEN value IS 178 (69.92% from 255) = 29.32%
BLUE value IS 177 (69.53% from 255) = 29.16%
R=41.52%
G=29.32%
B=29.16%

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
Decimal25217817700.290.300.010.892.5984.12
HexFCB2B101D1E115d54
Octal3742622610353611135124
Binary111111001011001010110001011101111101110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB2B1; }

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

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

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

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

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

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

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

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