#FACDA1

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

Shades of Peach #FACDA1

Tints of Peach #FACDA1

Color information

#FACDA1 (or 0xFACDA1) is unknown color: approx Peach. HEX triplet: FA, CD and A1. RGB value is (250,205,161). Sum of RGB (Red+Green+Blue) = 250+205+161=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 161 (63.28% from 255 or 26.14% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACDA1 is #05325E. Grayscale: #D5D5D5. Windows color (decimal): -340575 or 10604026. OLE color: 10604026.

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

Color convert

RGB250205161-
CMYK00.180.360.02
HSL29.66º89.9%80.59%-
HSV(B)29.66º35.6%98.04%-
XYZ67.6966.5643-
YUV213.4498.41154.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.58%
GREEN value IS 205 (80.47% from 255) = 33.28%
BLUE value IS 161 (63.28% from 255) = 26.14%
R=40.58%
G=33.28%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020516100.180.360.0229.6689.980.59
HexFACDA10122421e5a51
Octal37231524102244236132121
Binary111110101100110110100001010010100100101111010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDA1; }

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

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

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

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

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

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

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

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