#FAD4BA

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

Shades of Tuft Bush #FAD4BA

Tints of Tuft Bush #FAD4BA

Color information

#FAD4BA (or 0xFAD4BA) is unknown color: approx Tuft Bush. HEX triplet: FA, D4 and BA. RGB value is (250,212,186). Sum of RGB (Red+Green+Blue) = 250+212+186=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 212 (83.20% from 255 or 32.72% from 648); Blue value is 186 (73.05% from 255 or 28.70% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD4BA is #052B45. Grayscale: #DCDCDC. Windows color (decimal): -338758 or 12244218. OLE color: 12244218.

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

Color convert

RGB250212186-
CMYK00.150.260.02
HSL24.38º86.49%85.49%-
HSV(B)24.38º25.6%98.04%-
XYZ71.8370.9656.36-
YUV220.4108.59149.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.58%
GREEN value IS 212 (83.20% from 255) = 32.72%
BLUE value IS 186 (73.05% from 255) = 28.70%
R=38.58%
G=32.72%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021218600.150.260.0224.3886.4985.49
HexFAD4BA0F1A2185655
Octal37232427201732230126125
Binary1111101011010100101110100111111010101100010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD4BA; }

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

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

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

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

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

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

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

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