#FAD6C5

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

Shades of Tuft Bush #FAD6C5

Tints of Tuft Bush #FAD6C5

Color information

#FAD6C5 (or 0xFAD6C5) is unknown color: approx Tuft Bush. HEX triplet: FA, D6 and C5. RGB value is (250,214,197). Sum of RGB (Red+Green+Blue) = 250+214+197=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 214 (83.98% from 255 or 32.38% from 661); Blue value is 197 (77.34% from 255 or 29.80% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD6C5 is #05293A. Grayscale: #DEDEDE. Windows color (decimal): -338235 or 12965626. OLE color: 12965626.

HSL color Cylindrical-coordinate representation of color #FAD6C5: hue angle of 19.25º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAD6C5 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB250214197-
CMYK00.140.210.02
HSL19.25º84.13%87.65%-
HSV(B)19.25º21.2%98.04%-
XYZ73.5572.4562.93-
YUV222.83113.43147.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.82%
GREEN value IS 214 (83.98% from 255) = 32.38%
BLUE value IS 197 (77.34% from 255) = 29.80%
R=37.82%
G=32.38%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021419700.140.210.0219.2584.1387.65
HexFAD6C50E152135458
Octal37232630501625223124130
Binary1111101011010110110001010111010101101001110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD6C5; }

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

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

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

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

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

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

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

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