#FCB1AF

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

Shades of Sundown #FCB1AF

Tints of Sundown #FCB1AF

Color information

#FCB1AF (or 0xFCB1AF) is unknown color: approx Sundown. HEX triplet: FC, B1 and AF. RGB value is (252,177,175). Sum of RGB (Red+Green+Blue) = 252+177+175=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB1AF is #034E50. Grayscale: #C7C7C7. Windows color (decimal): -216657 or 11514364. OLE color: 11514364.

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

Color convert

RGB252177175-
CMYK00.300.310.01
HSL1.56º92.77%83.73%-
HSV(B)1.56º30.56%98.82%-
XYZ63.655.2347.87-
YUV199.2114.35165.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.72%
GREEN value IS 177 (69.53% from 255) = 29.30%
BLUE value IS 175 (68.75% from 255) = 28.97%
R=41.72%
G=29.30%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217717500.300.310.011.5692.7783.73
HexFCB1AF01E1F125d54
Octal3742612570363712135124
Binary1111110010110001101011110111101111111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1AF; }

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

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

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

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

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

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

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

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