#FBD1BE

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

Shades of Tuft Bush #FBD1BE

Tints of Tuft Bush #FBD1BE

Color information

#FBD1BE (or 0xFBD1BE) is unknown color: approx Tuft Bush. HEX triplet: FB, D1 and BE. RGB value is (251,209,190). Sum of RGB (Red+Green+Blue) = 251+209+190=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 209 (82.03% from 255 or 32.15% from 650); Blue value is 190 (74.61% from 255 or 29.23% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD1BE is #042E41. Grayscale: #DBDBDB. Windows color (decimal): -273986 or 12505595. OLE color: 12505595.

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

Color convert

RGB251209190-
CMYK00.170.240.02
HSL18.69º88.41%86.47%-
HSV(B)18.69º24.3%98.43%-
XYZ71.8869.8358.4-
YUV219.39111.41150.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.62%
GREEN value IS 209 (82.03% from 255) = 32.15%
BLUE value IS 190 (74.61% from 255) = 29.23%
R=38.62%
G=32.15%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120919000.170.240.0218.6988.4186.47
HexFBD1BE011182135856
Octal37332127602130223130126
Binary11111011110100011011111001000111000101001110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD1BE; }

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

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

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

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

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

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

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

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