#FBD0BB

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

Shades of Tuft Bush #FBD0BB

Tints of Tuft Bush #FBD0BB

Color information

#FBD0BB (or 0xFBD0BB) is unknown color: approx Tuft Bush. HEX triplet: FB, D0 and BB. RGB value is (251,208,187). Sum of RGB (Red+Green+Blue) = 251+208+187=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 208 (81.64% from 255 or 32.20% from 646); Blue value is 187 (73.44% from 255 or 28.95% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD0BB is #042F44. Grayscale: #DADADA. Windows color (decimal): -274245 or 12308731. OLE color: 12308731.

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

Color convert

RGB251208187-
CMYK00.170.250.02
HSL19.69º88.89%85.88%-
HSV(B)19.69º25.5%98.43%-
XYZ71.3169.2156.61-
YUV218.46110.25151.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.85%
GREEN value IS 208 (81.64% from 255) = 32.20%
BLUE value IS 187 (73.44% from 255) = 28.95%
R=38.85%
G=32.20%
B=28.95%

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
Decimal25120818700.170.250.0219.6988.8985.88
HexFBD0BB011192145956
Octal37332027302131224131126
Binary11111011110100001011101101000111001101010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD0BB; }

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

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

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

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

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

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

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

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