#FBC4AC

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

Shades of Apricot #FBC4AC

Tints of Apricot #FBC4AC

Color information

#FBC4AC (or 0xFBC4AC) is unknown color: approx Apricot. HEX triplet: FB, C4 and AC. RGB value is (251,196,172). Sum of RGB (Red+Green+Blue) = 251+196+172=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC4AC is #043B53. Grayscale: #D1D1D1. Windows color (decimal): -277332 or 11322619. OLE color: 11322619.

HSL color Cylindrical-coordinate representation of color #FBC4AC: hue angle of 18.23º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBC4AC is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB251196172-
CMYK00.220.310.02
HSL18.23º90.8%82.94%-
HSV(B)18.23º31.47%98.43%-
XYZ66.9762.9747.65-
YUV209.71106.72157.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.55%
GREEN value IS 196 (76.95% from 255) = 31.66%
BLUE value IS 172 (67.58% from 255) = 27.79%
R=40.55%
G=31.66%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119617200.220.310.0218.2390.882.94
HexFBC4AC0161F2125b53
Octal37330425402637222133123
Binary11111011110001001010110001011011111101001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC4AC; }

 p { color: rgb(251,196,172); }

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

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

 a { background-color: rgb(251,196,172); }

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

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

 span { border-color: rgb(251,196,172); }

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