#FBD4BA

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

Shades of Tuft Bush #FBD4BA

Tints of Tuft Bush #FBD4BA

Color information

#FBD4BA (or 0xFBD4BA) is unknown color: approx Tuft Bush. HEX triplet: FB, D4 and BA. RGB value is (251,212,186). Sum of RGB (Red+Green+Blue) = 251+212+186=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 212 (83.20% from 255 or 32.67% from 649); Blue value is 186 (73.05% from 255 or 28.66% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD4BA is #042B45. Grayscale: #DCDCDC. Windows color (decimal): -273222 or 12244219. OLE color: 12244219.

HSL color Cylindrical-coordinate representation of color #FBD4BA: hue angle of 24º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBD4BA is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB251212186-
CMYK00.160.260.02
HSL24º89.04%85.69%-
HSV(B)24º25.9%98.43%-
XYZ72.1971.1456.38-
YUV220.7108.42149.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.67%
GREEN value IS 212 (83.20% from 255) = 32.67%
BLUE value IS 186 (73.05% from 255) = 28.66%
R=38.67%
G=32.67%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121218600.160.260.022489.0485.69
HexFBD4BA0101A2185956
Octal37332427202032230131126
Binary11111011110101001011101001000011010101100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD4BA; }

 p { color: rgb(251,212,186); }

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

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

 a { background-color: rgb(251,212,186); }

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

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

 span { border-color: rgb(251,212,186); }

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