#FADFA9

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

Shades of Peach-Yellow #FADFA9

Tints of Peach-Yellow #FADFA9

Color information

#FADFA9 (or 0xFADFA9) is unknown color: approx Peach-Yellow. HEX triplet: FA, DF and A9. RGB value is (250,223,169). Sum of RGB (Red+Green+Blue) = 250+223+169=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 169 (66.41% from 255 or 26.32% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADFA9 is #052056. Grayscale: #E1E1E1. Windows color (decimal): -335959 or 11132922. OLE color: 11132922.

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

Color convert

RGB250223169-
CMYK00.110.320.02
HSL40º89.01%82.16%-
HSV(B)40º32.4%98.04%-
XYZ72.9775.9648.35-
YUV224.9296.45145.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.94%
GREEN value IS 223 (87.5% from 255) = 34.74%
BLUE value IS 169 (66.41% from 255) = 26.32%
R=38.94%
G=34.74%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022316900.110.320.024089.0182.16
HexFADFA90B202285952
Octal37233725101340250131122
Binary111110101101111110101001010111000001010100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFA9; }

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

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

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

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

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

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

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

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