#FBD3AC

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

Shades of Apricot #FBD3AC

Tints of Apricot #FBD3AC

Color information

#FBD3AC (or 0xFBD3AC) is unknown color: approx Apricot. HEX triplet: FB, D3 and AC. RGB value is (251,211,172). Sum of RGB (Red+Green+Blue) = 251+211+172=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 172 (67.58% from 255 or 27.13% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD3AC is #042C53. Grayscale: #DADADA. Windows color (decimal): -273492 or 11326459. OLE color: 11326459.

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

Color convert

RGB251211172-
CMYK00.160.310.02
HSL29.62º90.8%82.94%-
HSV(B)29.62º31.47%98.43%-
XYZ70.5270.0848.84-
YUV218.51101.75151.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.59%
GREEN value IS 211 (82.81% from 255) = 33.28%
BLUE value IS 172 (67.58% from 255) = 27.13%
R=39.59%
G=33.28%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121117200.160.310.0229.6290.882.94
HexFBD3AC0101F21e5b53
Octal37332325402037236133123
Binary11111011110100111010110001000011111101111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD3AC; }

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

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

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

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

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

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

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

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