#FBD2B5

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

Shades of Apricot #FBD2B5

Tints of Apricot #FBD2B5

Color information

#FBD2B5 (or 0xFBD2B5) is unknown color: approx Apricot. HEX triplet: FB, D2 and B5. RGB value is (251,210,181). Sum of RGB (Red+Green+Blue) = 251+210+181=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 210 (82.42% from 255 or 32.71% from 642); Blue value is 181 (71.09% from 255 or 28.19% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD2B5 is #042D4A. Grayscale: #DBDBDB. Windows color (decimal): -273739 or 11916027. OLE color: 11916027.

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

Color convert

RGB251210181-
CMYK00.160.280.02
HSL24.86º89.74%84.71%-
HSV(B)24.86º27.89%98.43%-
XYZ71.1769.9453.46-
YUV218.95106.58150.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.10%
GREEN value IS 210 (82.42% from 255) = 32.71%
BLUE value IS 181 (71.09% from 255) = 28.19%
R=39.10%
G=32.71%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121018100.160.280.0224.8689.7484.71
HexFBD2B50101C2195a55
Octal37332226502034231132125
Binary11111011110100101011010101000011100101100110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD2B5; }

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

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

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

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

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

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

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

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