#FBD2BD

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

Shades of Tuft Bush #FBD2BD

Tints of Tuft Bush #FBD2BD

Color information

#FBD2BD (or 0xFBD2BD) is unknown color: approx Tuft Bush. HEX triplet: FB, D2 and BD. RGB value is (251,210,189). Sum of RGB (Red+Green+Blue) = 251+210+189=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 189 (74.22% from 255 or 29.08% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD2BD is #042D42. Grayscale: #DBDBDB. Windows color (decimal): -273731 or 12440315. OLE color: 12440315.

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

Color convert

RGB251210189-
CMYK00.160.250.02
HSL20.32º88.57%86.27%-
HSV(B)20.32º24.7%98.43%-
XYZ72.0270.2857.91-
YUV219.86110.58150.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.62%
GREEN value IS 210 (82.42% from 255) = 32.31%
BLUE value IS 189 (74.22% from 255) = 29.08%
R=38.62%
G=32.31%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121018900.160.250.0220.3288.5786.27
HexFBD2BD010192145956
Octal37332227502031224131126
Binary11111011110100101011110101000011001101010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD2BD; }

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

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

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

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

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

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

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

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