#FCB3B3

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

Shades of Sundown #FCB3B3

Tints of Sundown #FCB3B3

Color information

#FCB3B3 (or 0xFCB3B3) is unknown color: approx Sundown. HEX triplet: FC, B3 and B3. RGB value is (252,179,179). Sum of RGB (Red+Green+Blue) = 252+179+179=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 179 (70.31% from 255 or 29.34% from 610); Blue value is 179 (70.31% from 255 or 29.34% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3B3 is #034C4C. Grayscale: #C8C8C8. Windows color (decimal): -216141 or 11777020. OLE color: 11777020.

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

Color convert

RGB252179179-
CMYK00.290.290.01
HSL92.41%84.51%-
HSV(B)28.97%98.82%-
XYZ64.456.1950.1-
YUV200.83115.68164.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.31%
GREEN value IS 179 (70.31% from 255) = 29.34%
BLUE value IS 179 (70.31% from 255) = 29.34%
R=41.31%
G=29.34%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217917900.290.290.01092.4184.51
HexFCB3B301D1D105c55
Octal3742632630353510134125
Binary111111001011001110110011011101111011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB3B3; }

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

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

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

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

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

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

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

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