#FAD5C0

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

Shades of Tuft Bush #FAD5C0

Tints of Tuft Bush #FAD5C0

Color information

#FAD5C0 (or 0xFAD5C0) is unknown color: approx Tuft Bush. HEX triplet: FA, D5 and C0. RGB value is (250,213,192). Sum of RGB (Red+Green+Blue) = 250+213+192=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 213 (83.59% from 255 or 32.52% from 655); Blue value is 192 (75.39% from 255 or 29.31% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD5C0 is #052A3F. Grayscale: #DDDDDD. Windows color (decimal): -338496 or 12637690. OLE color: 12637690.

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

Color convert

RGB250213192-
CMYK00.150.230.02
HSL21.72º85.29%86.67%-
HSV(B)21.72º23.2%98.04%-
XYZ72.7371.7259.88-
YUV221.67111.26148.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.17%
GREEN value IS 213 (83.59% from 255) = 32.52%
BLUE value IS 192 (75.39% from 255) = 29.31%
R=38.17%
G=32.52%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021319200.150.230.0221.7285.2986.67
HexFAD5C00F172165557
Octal37232530001727226125127
Binary1111101011010101110000000111110111101011010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD5C0; }

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

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

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

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

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

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

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

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