#FAD0C0

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

Shades of Tuft Bush #FAD0C0

Tints of Tuft Bush #FAD0C0

Color information

#FAD0C0 (or 0xFAD0C0) is unknown color: approx Tuft Bush. HEX triplet: FA, D0 and C0. RGB value is (250,208,192). Sum of RGB (Red+Green+Blue) = 250+208+192=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 192 (75.39% from 255 or 29.54% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0C0 is #052F3F. Grayscale: #DADADA. Windows color (decimal): -339776 or 12636410. OLE color: 12636410.

HSL color Cylindrical-coordinate representation of color #FAD0C0: hue angle of 16.55º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAD0C0 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB250208192-
CMYK00.170.230.02
HSL16.55º85.29%86.67%-
HSV(B)16.55º23.2%98.04%-
XYZ71.4969.2459.47-
YUV218.73112.91150.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.46%
GREEN value IS 208 (81.64% from 255) = 32%
BLUE value IS 192 (75.39% from 255) = 29.54%
R=38.46%
G=32%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020819200.170.230.0216.5585.2986.67
HexFAD0C0011172115557
Octal37232030002127221125127
Binary11111010110100001100000001000110111101000110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD0C0; }

 p { color: rgb(250,208,192); }

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

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

 a { background-color: rgb(250,208,192); }

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

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

 span { border-color: rgb(250,208,192); }

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