#FAD7BF

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

Shades of Tuft Bush #FAD7BF

Tints of Tuft Bush #FAD7BF

Color information

#FAD7BF (or 0xFAD7BF) is unknown color: approx Tuft Bush. HEX triplet: FA, D7 and BF. RGB value is (250,215,191). Sum of RGB (Red+Green+Blue) = 250+215+191=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 215 (84.38% from 255 or 32.77% from 656); Blue value is 191 (75% from 255 or 29.12% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD7BF is #052840. Grayscale: #DEDEDE. Windows color (decimal): -337985 or 12572666. OLE color: 12572666.

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

Color convert

RGB250215191-
CMYK00.140.240.02
HSL24.41º85.51%86.47%-
HSV(B)24.41º23.6%98.04%-
XYZ73.1372.6959.47-
YUV222.73110.1147.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.11%
GREEN value IS 215 (84.38% from 255) = 32.77%
BLUE value IS 191 (75% from 255) = 29.12%
R=38.11%
G=32.77%
B=29.12%

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
Decimal25021519100.140.240.0224.4185.5186.47
HexFAD7BF0E182185656
Octal37232727701630230126126
Binary1111101011010111101111110111011000101100010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD7BF; }

 p { color: rgb(250,215,191); }

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

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

 a { background-color: rgb(250,215,191); }

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

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

 span { border-color: rgb(250,215,191); }

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