#FBD3BE

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

Shades of Tuft Bush #FBD3BE

Tints of Tuft Bush #FBD3BE

Color information

#FBD3BE (or 0xFBD3BE) is unknown color: approx Tuft Bush. HEX triplet: FB, D3 and BE. RGB value is (251,211,190). Sum of RGB (Red+Green+Blue) = 251+211+190=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 211 (82.81% from 255 or 32.36% from 652); Blue value is 190 (74.61% from 255 or 29.14% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD3BE is #042C41. Grayscale: #DCDCDC. Windows color (decimal): -273474 or 12506107. OLE color: 12506107.

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

Color convert

RGB251211190-
CMYK00.160.240.02
HSL20.66º88.41%86.47%-
HSV(B)20.66º24.3%98.43%-
XYZ72.3770.8258.57-
YUV220.57110.75149.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.50%
GREEN value IS 211 (82.81% from 255) = 32.36%
BLUE value IS 190 (74.61% from 255) = 29.14%
R=38.50%
G=32.36%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121119000.160.240.0220.6688.4186.47
HexFBD3BE010182155856
Octal37332327602030225130126
Binary11111011110100111011111001000011000101010110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD3BE; }

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

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

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

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

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

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

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

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