#FAD0BA

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

Shades of Tuft Bush #FAD0BA

Tints of Tuft Bush #FAD0BA

Color information

#FAD0BA (or 0xFAD0BA) is unknown color: approx Tuft Bush. HEX triplet: FA, D0 and BA. RGB value is (250,208,186). Sum of RGB (Red+Green+Blue) = 250+208+186=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 208 (81.64% from 255 or 32.30% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0BA is #052F45. Grayscale: #DADADA. Windows color (decimal): -339782 or 12243194. OLE color: 12243194.

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

Color convert

RGB250208186-
CMYK00.170.260.02
HSL20.63º86.49%85.49%-
HSV(B)20.63º25.6%98.04%-
XYZ70.8468.9856.04-
YUV218.05109.91150.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.82%
GREEN value IS 208 (81.64% from 255) = 32.30%
BLUE value IS 186 (73.05% from 255) = 28.88%
R=38.82%
G=32.30%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020818600.170.260.0220.6386.4985.49
HexFAD0BA0111A2155655
Octal37232027202132225126125
Binary11111010110100001011101001000111010101010110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD0BA; }

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

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

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

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

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

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

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

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