#FBD1AC

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

Shades of Apricot #FBD1AC

Tints of Apricot #FBD1AC

Color information

#FBD1AC (or 0xFBD1AC) is unknown color: approx Apricot. HEX triplet: FB, D1 and AC. RGB value is (251,209,172). Sum of RGB (Red+Green+Blue) = 251+209+172=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 209 (82.03% from 255 or 33.07% from 632); Blue value is 172 (67.58% from 255 or 27.22% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD1AC is #042E53. Grayscale: #D9D9D9. Windows color (decimal): -274004 or 11325947. OLE color: 11325947.

HSL color Cylindrical-coordinate representation of color #FBD1AC: hue angle of 28.1º 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 #FBD1AC is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB251209172-
CMYK00.170.310.02
HSL28.1º90.8%82.94%-
HSV(B)28.1º31.47%98.43%-
XYZ70.0369.0948.67-
YUV217.34102.41152.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.72%
GREEN value IS 209 (82.03% from 255) = 33.07%
BLUE value IS 172 (67.58% from 255) = 27.22%
R=39.72%
G=33.07%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120917200.170.310.0228.190.882.94
HexFBD1AC0111F21c5b53
Octal37332125402137234133123
Binary11111011110100011010110001000111111101110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD1AC; }

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

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

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

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

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

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

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

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