#FACDA8

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

Shades of Peach #FACDA8

Tints of Peach #FACDA8

Color information

#FACDA8 (or 0xFACDA8) is unknown color: approx Peach. HEX triplet: FA, CD and A8. RGB value is (250,205,168). Sum of RGB (Red+Green+Blue) = 250+205+168=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 168 (66.02% from 255 or 26.97% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACDA8 is #053257. Grayscale: #D6D6D6. Windows color (decimal): -340568 or 11062778. OLE color: 11062778.

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

Color convert

RGB250205168-
CMYK00.180.330.02
HSL27.07º89.13%81.96%-
HSV(B)27.07º32.8%98.04%-
XYZ68.3266.8146.34-
YUV214.24101.91153.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.13%
GREEN value IS 205 (80.47% from 255) = 32.91%
BLUE value IS 168 (66.02% from 255) = 26.97%
R=40.13%
G=32.91%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020516800.180.330.0227.0789.1381.96
HexFACDA80122121b5952
Octal37231525002241233131122
Binary111110101100110110101000010010100001101101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDA8; }

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

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

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

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

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

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

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

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