#FBD4AD

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

Shades of Apricot #FBD4AD

Tints of Apricot #FBD4AD

Color information

#FBD4AD (or 0xFBD4AD) is unknown color: approx Apricot. HEX triplet: FB, D4 and AD. RGB value is (251,212,173). Sum of RGB (Red+Green+Blue) = 251+212+173=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 173 (67.97% from 255 or 27.20% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD4AD is #042B52. Grayscale: #DBDBDB. Windows color (decimal): -273235 or 11392251. OLE color: 11392251.

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

Color convert

RGB251212173-
CMYK00.160.310.02
HSL30º90.7%83.14%-
HSV(B)30º31.08%98.43%-
XYZ70.8770.6149.43-
YUV219.22101.92150.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.47%
GREEN value IS 212 (83.20% from 255) = 33.33%
BLUE value IS 173 (67.97% from 255) = 27.20%
R=39.47%
G=33.33%
B=27.20%

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
Decimal25121217300.160.310.023090.783.14
HexFBD4AD0101F21e5b53
Octal37332425502037236133123
Binary11111011110101001010110101000011111101111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD4AD; }

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

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

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

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

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

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

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

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