#FBD0B0

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

Shades of Apricot #FBD0B0

Tints of Apricot #FBD0B0

Color information

#FBD0B0 (or 0xFBD0B0) is unknown color: approx Apricot. HEX triplet: FB, D0 and B0. RGB value is (251,208,176). Sum of RGB (Red+Green+Blue) = 251+208+176=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 176 (69.14% from 255 or 27.72% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD0B0 is #042F4F. Grayscale: #D9D9D9. Windows color (decimal): -274256 or 11587835. OLE color: 11587835.

HSL color Cylindrical-coordinate representation of color #FBD0B0: hue angle of 25.6º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBD0B0 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB251208176-
CMYK00.170.300.02
HSL25.6º90.36%83.73%-
HSV(B)25.6º29.88%98.43%-
XYZ70.1868.7650.65-
YUV217.21104.75152.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.53%
GREEN value IS 208 (81.64% from 255) = 32.76%
BLUE value IS 176 (69.14% from 255) = 27.72%
R=39.53%
G=32.76%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120817600.170.300.0225.690.3683.73
HexFBD0B00111E21a5a54
Octal37332026002136232132124
Binary11111011110100001011000001000111110101101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD0B0; }

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

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

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

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

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

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

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

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