#FACDA9

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

Shades of Peach #FACDA9

Tints of Peach #FACDA9

Color information

#FACDA9 (or 0xFACDA9) is unknown color: approx Peach. HEX triplet: FA, CD and A9. RGB value is (250,205,169). Sum of RGB (Red+Green+Blue) = 250+205+169=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 169 (66.41% from 255 or 27.08% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACDA9 is #053256. Grayscale: #D6D6D6. Windows color (decimal): -340567 or 11128314. OLE color: 11128314.

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

Color convert

RGB250205169-
CMYK00.180.320.02
HSL26.67º89.01%82.16%-
HSV(B)26.67º32.4%98.04%-
XYZ68.4266.8546.83-
YUV214.35102.41153.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.06%
GREEN value IS 205 (80.47% from 255) = 32.85%
BLUE value IS 169 (66.41% from 255) = 27.08%
R=40.06%
G=32.85%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020516900.180.320.0226.6789.0182.16
HexFACDA90122021b5952
Octal37231525102240233131122
Binary111110101100110110101001010010100000101101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDA9; }

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

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

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

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

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

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

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

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