#FBD5BD

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

Shades of Tuft Bush #FBD5BD

Tints of Tuft Bush #FBD5BD

Color information

#FBD5BD (or 0xFBD5BD) is unknown color: approx Tuft Bush. HEX triplet: FB, D5 and BD. RGB value is (251,213,189). Sum of RGB (Red+Green+Blue) = 251+213+189=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 213 (83.59% from 255 or 32.62% from 653); Blue value is 189 (74.22% from 255 or 28.94% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD5BD is #042A42. Grayscale: #DDDDDD. Windows color (decimal): -272963 or 12441083. OLE color: 12441083.

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

Color convert

RGB251213189-
CMYK00.150.250.02
HSL23.23º88.57%86.27%-
HSV(B)23.23º24.7%98.43%-
XYZ72.7671.7758.16-
YUV221.63109.59148.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.44%
GREEN value IS 213 (83.59% from 255) = 32.62%
BLUE value IS 189 (74.22% from 255) = 28.94%
R=38.44%
G=32.62%
B=28.94%

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
Decimal25121318900.150.250.0223.2388.5786.27
HexFBD5BD0F192175956
Octal37332527501731227131126
Binary1111101111010101101111010111111001101011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD5BD; }

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

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

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

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

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

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

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

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