#FAD6BE

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

Shades of Tuft Bush #FAD6BE

Tints of Tuft Bush #FAD6BE

Color information

#FAD6BE (or 0xFAD6BE) is unknown color: approx Tuft Bush. HEX triplet: FA, D6 and BE. RGB value is (250,214,190). Sum of RGB (Red+Green+Blue) = 250+214+190=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 190 (74.61% from 255 or 29.05% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD6BE is #052941. Grayscale: #DEDEDE. Windows color (decimal): -338242 or 12506874. OLE color: 12506874.

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

Color convert

RGB250214190-
CMYK00.140.240.02
HSL24º85.71%86.27%-
HSV(B)24º24%98.04%-
XYZ72.7772.1358.8-
YUV222.03109.93147.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.23%
GREEN value IS 214 (83.98% from 255) = 32.72%
BLUE value IS 190 (74.61% from 255) = 29.05%
R=38.23%
G=32.72%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021419000.140.240.022485.7186.27
HexFAD6BE0E182185656
Octal37232627601630230126126
Binary1111101011010110101111100111011000101100010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD6BE; }

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

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

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

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

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

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

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

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