#FBD6BD

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

Shades of Tuft Bush #FBD6BD

Tints of Tuft Bush #FBD6BD

Color information

#FBD6BD (or 0xFBD6BD) is unknown color: approx Tuft Bush. HEX triplet: FB, D6 and BD. RGB value is (251,214,189). Sum of RGB (Red+Green+Blue) = 251+214+189=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD6BD is #042942. Grayscale: #DEDEDE. Windows color (decimal): -272707 or 12441339. OLE color: 12441339.

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

Color convert

RGB251214189-
CMYK00.150.250.02
HSL24.19º88.57%86.27%-
HSV(B)24.19º24.7%98.43%-
XYZ73.0272.2858.25-
YUV222.21109.26148.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.38%
GREEN value IS 214 (83.98% from 255) = 32.72%
BLUE value IS 189 (74.22% from 255) = 28.90%
R=38.38%
G=32.72%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121418900.150.250.0224.1988.5786.27
HexFBD6BD0F192185956
Octal37332627501731230131126
Binary1111101111010110101111010111111001101100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD6BD; }

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

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

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

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

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

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

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

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