#FAD2BA

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

Shades of Tuft Bush #FAD2BA

Tints of Tuft Bush #FAD2BA

Color information

#FAD2BA (or 0xFAD2BA) is unknown color: approx Tuft Bush. HEX triplet: FA, D2 and BA. RGB value is (250,210,186). Sum of RGB (Red+Green+Blue) = 250+210+186=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 210 (82.42% from 255 or 32.51% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD2BA is #052D45. Grayscale: #DBDBDB. Windows color (decimal): -339270 or 12243706. OLE color: 12243706.

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

Color convert

RGB250210186-
CMYK00.160.260.02
HSL22.5º86.49%85.49%-
HSV(B)22.5º25.6%98.04%-
XYZ71.3369.9656.2-
YUV219.22109.25149.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.70%
GREEN value IS 210 (82.42% from 255) = 32.51%
BLUE value IS 186 (73.05% from 255) = 28.79%
R=38.70%
G=32.51%
B=28.79%

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
Decimal25021018600.160.260.0222.586.4985.49
HexFAD2BA0101A2175655
Octal37232227202032227126125
Binary11111010110100101011101001000011010101011110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD2BA; }

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

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

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

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

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

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

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

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