#FBD2AB

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

Shades of Apricot #FBD2AB

Tints of Apricot #FBD2AB

Color information

#FBD2AB (or 0xFBD2AB) is unknown color: approx Apricot. HEX triplet: FB, D2 and AB. RGB value is (251,210,171). Sum of RGB (Red+Green+Blue) = 251+210+171=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 171 (67.19% from 255 or 27.06% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD2AB is #042D54. Grayscale: #DADADA. Windows color (decimal): -273749 or 11260667. OLE color: 11260667.

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

Color convert

RGB251210171-
CMYK00.160.320.02
HSL29.25º90.91%82.75%-
HSV(B)29.25º31.87%98.43%-
XYZ70.1869.5448.25-
YUV217.81101.58151.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.72%
GREEN value IS 210 (82.42% from 255) = 33.23%
BLUE value IS 171 (67.19% from 255) = 27.06%
R=39.72%
G=33.23%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121017100.160.320.0229.2590.9182.75
HexFBD2AB0102021d5b53
Octal37332225302040235133123
Binary111110111101001010101011010000100000101110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD2AB; }

 p { color: rgb(251,210,171); }

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

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

 a { background-color: rgb(251,210,171); }

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

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

 span { border-color: rgb(251,210,171); }

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