#FAD1BA

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

Shades of Tuft Bush #FAD1BA

Tints of Tuft Bush #FAD1BA

Color information

#FAD1BA (or 0xFAD1BA) is unknown color: approx Tuft Bush. HEX triplet: FA, D1 and BA. RGB value is (250,209,186). Sum of RGB (Red+Green+Blue) = 250+209+186=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 209 (82.03% from 255 or 32.40% from 645); Blue value is 186 (73.05% from 255 or 28.84% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD1BA is #052E45. Grayscale: #DADADA. Windows color (decimal): -339526 or 12243450. OLE color: 12243450.

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

Color convert

RGB250209186-
CMYK00.160.260.02
HSL21.56º86.49%85.49%-
HSV(B)21.56º25.6%98.04%-
XYZ71.0969.4756.12-
YUV218.64109.58150.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.76%
GREEN value IS 209 (82.03% from 255) = 32.40%
BLUE value IS 186 (73.05% from 255) = 28.84%
R=38.76%
G=32.40%
B=28.84%

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
Decimal25020918600.160.260.0221.5686.4985.49
HexFAD1BA0101A2165655
Octal37232127202032226126125
Binary11111010110100011011101001000011010101011010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD1BA; }

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

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

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

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

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

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

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

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