#FCB4AB

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

Shades of Sundown #FCB4AB

Tints of Sundown #FCB4AB

Color information

#FCB4AB (or 0xFCB4AB) is unknown color: approx Sundown. HEX triplet: FC, B4 and AB. RGB value is (252,180,171). Sum of RGB (Red+Green+Blue) = 252+180+171=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB4AB is #034B54. Grayscale: #C8C8C8. Windows color (decimal): -215893 or 11252988. OLE color: 11252988.

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

Color convert

RGB252180171-
CMYK00.290.320.01
HSL6.67º93.1%82.94%-
HSV(B)6.67º32.14%98.82%-
XYZ63.8256.2846.03-
YUV200.5111.35164.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.79%
GREEN value IS 180 (70.70% from 255) = 29.85%
BLUE value IS 171 (67.19% from 255) = 28.36%
R=41.79%
G=29.85%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218017100.290.320.016.6793.182.94
HexFCB4AB01D20175d53
Octal3742642530354017135123
Binary111111001011010010101011011101100000111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB4AB; }

 p { color: rgb(252,180,171); }

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

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

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

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

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

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

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