#FBD0AB

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

Shades of Apricot #FBD0AB

Tints of Apricot #FBD0AB

Color information

#FBD0AB (or 0xFBD0AB) is unknown color: approx Apricot. HEX triplet: FB, D0 and AB. RGB value is (251,208,171). Sum of RGB (Red+Green+Blue) = 251+208+171=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 208 (81.64% from 255 or 33.02% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD0AB is #042F54. Grayscale: #D8D8D8. Windows color (decimal): -274261 or 11260155. OLE color: 11260155.

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

Color convert

RGB251208171-
CMYK00.170.320.02
HSL27.75º90.91%82.75%-
HSV(B)27.75º31.87%98.43%-
XYZ69.6968.5648.09-
YUV216.64102.25152.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.84%
GREEN value IS 208 (81.64% from 255) = 33.02%
BLUE value IS 171 (67.19% from 255) = 27.14%
R=39.84%
G=33.02%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120817100.170.320.0227.7590.9182.75
HexFBD0AB0112021c5b53
Octal37332025302140234133123
Binary111110111101000010101011010001100000101110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD0AB; }

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

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

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

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

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

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

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

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