#FBD3BD

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

Shades of Tuft Bush #FBD3BD

Tints of Tuft Bush #FBD3BD

Color information

#FBD3BD (or 0xFBD3BD) is unknown color: approx Tuft Bush. HEX triplet: FB, D3 and BD. RGB value is (251,211,189). Sum of RGB (Red+Green+Blue) = 251+211+189=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 211 (82.81% from 255 or 32.41% from 651); Blue value is 189 (74.22% from 255 or 29.03% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD3BD is #042C42. Grayscale: #DCDCDC. Windows color (decimal): -273475 or 12440571. OLE color: 12440571.

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

Color convert

RGB251211189-
CMYK00.160.250.02
HSL21.29º88.57%86.27%-
HSV(B)21.29º24.7%98.43%-
XYZ72.2670.7758-
YUV220.45110.25149.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.56%
GREEN value IS 211 (82.81% from 255) = 32.41%
BLUE value IS 189 (74.22% from 255) = 29.03%
R=38.56%
G=32.41%
B=29.03%

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
Decimal25121118900.160.250.0221.2988.5786.27
HexFBD3BD010192155956
Octal37332327502031225131126
Binary11111011110100111011110101000011001101010110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD3BD; }

 p { color: rgb(251,211,189); }

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

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

 a { background-color: rgb(251,211,189); }

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

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

 span { border-color: rgb(251,211,189); }

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