#FACD9D

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

Shades of Peach-Orange #FACD9D

Tints of Peach-Orange #FACD9D

Color information

#FACD9D (or 0xFACD9D) is unknown color: approx Peach-Orange. HEX triplet: FA, CD and 9D. RGB value is (250,205,157). Sum of RGB (Red+Green+Blue) = 250+205+157=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 157 (61.72% from 255 or 25.65% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACD9D is #053262. Grayscale: #D5D5D5. Windows color (decimal): -340579 or 10341882. OLE color: 10341882.

HSL color Cylindrical-coordinate representation of color #FACD9D: hue angle of 30.97º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FACD9D is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB250205157-
CMYK00.180.370.02
HSL30.97º90.29%79.8%-
HSV(B)30.97º37.2%98.04%-
XYZ67.3466.4241.17-
YUV212.9896.41154.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.85%
GREEN value IS 205 (80.47% from 255) = 33.50%
BLUE value IS 157 (61.72% from 255) = 25.65%
R=40.85%
G=33.50%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020515700.180.370.0230.9790.2979.8
HexFACD9D0122521f5a50
Octal37231523502245237132120
Binary111110101100110110011101010010100101101111110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACD9D; }

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

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

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

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

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

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

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

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