#FAD3BA

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

Shades of Tuft Bush #FAD3BA

Tints of Tuft Bush #FAD3BA

Color information

#FAD3BA (or 0xFAD3BA) is unknown color: approx Tuft Bush. HEX triplet: FA, D3 and BA. RGB value is (250,211,186). Sum of RGB (Red+Green+Blue) = 250+211+186=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 211 (82.81% from 255 or 32.61% from 647); Blue value is 186 (73.05% from 255 or 28.75% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD3BA is #052C45. Grayscale: #DBDBDB. Windows color (decimal): -339014 or 12243962. OLE color: 12243962.

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

Color convert

RGB250211186-
CMYK00.160.260.02
HSL23.44º86.49%85.49%-
HSV(B)23.44º25.6%98.04%-
XYZ71.5870.4656.28-
YUV219.81108.92149.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.64%
GREEN value IS 211 (82.81% from 255) = 32.61%
BLUE value IS 186 (73.05% from 255) = 28.75%
R=38.64%
G=32.61%
B=28.75%

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
Decimal25021118600.160.260.0223.4486.4985.49
HexFAD3BA0101A2175655
Octal37232327202032227126125
Binary11111010110100111011101001000011010101011110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD3BA; }

 p { color: rgb(250,211,186); }

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

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

 a { background-color: rgb(250,211,186); }

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

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

 span { border-color: rgb(250,211,186); }

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