#FAD8C6

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

Shades of Tuft Bush #FAD8C6

Tints of Tuft Bush #FAD8C6

Color information

#FAD8C6 (or 0xFAD8C6) is unknown color: approx Tuft Bush. HEX triplet: FA, D8 and C6. RGB value is (250,216,198). Sum of RGB (Red+Green+Blue) = 250+216+198=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 216 (84.77% from 255 or 32.53% from 664); Blue value is 198 (77.73% from 255 or 29.82% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD8C6 is #052739. Grayscale: #E0E0E0. Windows color (decimal): -337722 or 13031674. OLE color: 13031674.

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

Color convert

RGB250216198-
CMYK00.140.210.02
HSL20.77º83.87%87.84%-
HSV(B)20.77º20.8%98.04%-
XYZ74.1773.5163.71-
YUV224.11113.26146.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.65%
GREEN value IS 216 (84.77% from 255) = 32.53%
BLUE value IS 198 (77.73% from 255) = 29.82%
R=37.65%
G=32.53%
B=29.82%

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
Decimal25021619800.140.210.0220.7783.8787.84
HexFAD8C60E152155458
Octal37233030601625225124130
Binary1111101011011000110001100111010101101010110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD8C6; }

 p { color: rgb(250,216,198); }

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

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

 a { background-color: rgb(250,216,198); }

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

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

 span { border-color: rgb(250,216,198); }

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