#FBD1BD

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

Shades of Tuft Bush #FBD1BD

Tints of Tuft Bush #FBD1BD

Color information

#FBD1BD (or 0xFBD1BD) is unknown color: approx Tuft Bush. HEX triplet: FB, D1 and BD. RGB value is (251,209,189). Sum of RGB (Red+Green+Blue) = 251+209+189=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 209 (82.03% from 255 or 32.20% from 649); Blue value is 189 (74.22% from 255 or 29.12% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD1BD is #042E42. Grayscale: #DBDBDB. Windows color (decimal): -273987 or 12440059. OLE color: 12440059.

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

Color convert

RGB251209189-
CMYK00.170.250.02
HSL19.35º88.57%86.27%-
HSV(B)19.35º24.7%98.43%-
XYZ71.7769.7857.83-
YUV219.28110.91150.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.67%
GREEN value IS 209 (82.03% from 255) = 32.20%
BLUE value IS 189 (74.22% from 255) = 29.12%
R=38.67%
G=32.20%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120918900.170.250.0219.3588.5786.27
HexFBD1BD011192135956
Octal37332127502131223131126
Binary11111011110100011011110101000111001101001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD1BD; }

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

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

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

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

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

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

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

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