#FBD2BB

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

Shades of Tuft Bush #FBD2BB

Tints of Tuft Bush #FBD2BB

Color information

#FBD2BB (or 0xFBD2BB) is unknown color: approx Tuft Bush. HEX triplet: FB, D2 and BB. RGB value is (251,210,187). Sum of RGB (Red+Green+Blue) = 251+210+187=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 210 (82.42% from 255 or 32.41% from 648); Blue value is 187 (73.44% from 255 or 28.86% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD2BB is #042D44. Grayscale: #DBDBDB. Windows color (decimal): -273733 or 12309243. OLE color: 12309243.

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

Color convert

RGB251210187-
CMYK00.160.250.02
HSL21.56º88.89%85.88%-
HSV(B)21.56º25.5%98.43%-
XYZ71.870.1956.78-
YUV219.64109.58150.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.73%
GREEN value IS 210 (82.42% from 255) = 32.41%
BLUE value IS 187 (73.44% from 255) = 28.86%
R=38.73%
G=32.41%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121018700.160.250.0221.5688.8985.88
HexFBD2BB010192165956
Octal37332227302031226131126
Binary11111011110100101011101101000011001101011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD2BB; }

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

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

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

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

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

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

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

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