#FAD3BE

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

Shades of Tuft Bush #FAD3BE

Tints of Tuft Bush #FAD3BE

Color information

#FAD3BE (or 0xFAD3BE) is unknown color: approx Tuft Bush. HEX triplet: FA, D3 and BE. RGB value is (250,211,190). Sum of RGB (Red+Green+Blue) = 250+211+190=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 211 (82.81% from 255 or 32.41% from 651); Blue value is 190 (74.61% from 255 or 29.19% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD3BE is #052C41. Grayscale: #DCDCDC. Windows color (decimal): -339010 or 12506106. OLE color: 12506106.

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

Color convert

RGB250211190-
CMYK00.160.240.02
HSL21º85.71%86.27%-
HSV(B)21º24%98.04%-
XYZ72.0170.6358.55-
YUV220.27110.92149.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.40%
GREEN value IS 211 (82.81% from 255) = 32.41%
BLUE value IS 190 (74.61% from 255) = 29.19%
R=38.40%
G=32.41%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021119000.160.240.022185.7186.27
HexFAD3BE010182155656
Octal37232327602030225126126
Binary11111010110100111011111001000011000101010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD3BE; }

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

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

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

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

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

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

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

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