#FADCA9

Color #FADCA9 Peach-Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Yellow #FADCA9

Tints of Peach-Yellow #FADCA9

Color information

#FADCA9 (or 0xFADCA9) is unknown color: approx Peach-Yellow. HEX triplet: FA, DC and A9. RGB value is (250,220,169). Sum of RGB (Red+Green+Blue) = 250+220+169=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 169 (66.41% from 255 or 26.45% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADCA9 is #052356. Grayscale: #DFDFDF. Windows color (decimal): -336727 or 11132154. OLE color: 11132154.

HSL color Cylindrical-coordinate representation of color #FADCA9: hue angle of 37.78º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FADCA9 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB250220169-
CMYK00.120.320.02
HSL37.78º89.01%82.16%-
HSV(B)37.78º32.4%98.04%-
XYZ72.1874.3748.09-
YUV223.1697.44147.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.12%
GREEN value IS 220 (86.33% from 255) = 34.43%
BLUE value IS 169 (66.41% from 255) = 26.45%
R=39.12%
G=34.43%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022016900.120.320.0237.7889.0182.16
HexFADCA90C202265952
Octal37233425101440246131122
Binary111110101101110010101001011001000001010011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCA9; }

 p { color: rgb(250,220,169); }

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

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

 a { background-color: rgb(250,220,169); }

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

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

 span { border-color: rgb(250,220,169); }

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