#FBD1AD

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

Shades of Apricot #FBD1AD

Tints of Apricot #FBD1AD

Color information

#FBD1AD (or 0xFBD1AD) is unknown color: approx Apricot. HEX triplet: FB, D1 and AD. RGB value is (251,209,173). Sum of RGB (Red+Green+Blue) = 251+209+173=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD1AD is #042E52. Grayscale: #D9D9D9. Windows color (decimal): -274003 or 11391483. OLE color: 11391483.

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

Color convert

RGB251209173-
CMYK00.170.310.02
HSL27.69º90.7%83.14%-
HSV(B)27.69º31.08%98.43%-
XYZ70.1369.1349.18-
YUV217.45102.91151.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.65%
GREEN value IS 209 (82.03% from 255) = 33.02%
BLUE value IS 173 (67.97% from 255) = 27.33%
R=39.65%
G=33.02%
B=27.33%

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
Decimal25120917300.170.310.0227.6990.783.14
HexFBD1AD0111F21c5b53
Octal37332125502137234133123
Binary11111011110100011010110101000111111101110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD1AD; }

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

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

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

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

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

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

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

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