#FACD94

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

Shades of Peach-Orange #FACD94

Tints of Peach-Orange #FACD94

Color information

#FACD94 (or 0xFACD94) is unknown color: approx Peach-Orange. HEX triplet: FA, CD and 94. RGB value is (250,205,148). Sum of RGB (Red+Green+Blue) = 250+205+148=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 148 (58.20% from 255 or 24.54% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACD94 is #05326B. Grayscale: #D4D4D4. Windows color (decimal): -340588 or 9752058. OLE color: 9752058.

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

Color convert

RGB250205148-
CMYK00.180.410.02
HSL33.53º91.07%78.04%-
HSV(B)33.53º40.8%98.04%-
XYZ66.666.1237.27-
YUV211.9691.91155.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.46%
GREEN value IS 205 (80.47% from 255) = 34.00%
BLUE value IS 148 (58.20% from 255) = 24.54%
R=41.46%
G=34.00%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020514800.180.410.0233.5391.0778.04
HexFACD94012292225b4e
Octal37231522402251242133116
Binary1111101011001101100101000100101010011010001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACD94; }

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

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

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

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

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

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

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

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