#FACD95

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

Shades of Peach-Orange #FACD95

Tints of Peach-Orange #FACD95

Color information

#FACD95 (or 0xFACD95) is unknown color: approx Peach-Orange. HEX triplet: FA, CD and 95. RGB value is (250,205,149). Sum of RGB (Red+Green+Blue) = 250+205+149=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 149 (58.59% from 255 or 24.67% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACD95 is #05326A. Grayscale: #D4D4D4. Windows color (decimal): -340587 or 9817594. OLE color: 9817594.

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

Color convert

RGB250205149-
CMYK00.180.400.02
HSL33.27º90.99%78.24%-
HSV(B)33.27º40.4%98.04%-
XYZ66.6866.1637.69-
YUV212.0792.41155.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.39%
GREEN value IS 205 (80.47% from 255) = 33.94%
BLUE value IS 149 (58.59% from 255) = 24.67%
R=41.39%
G=33.94%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020514900.180.400.0233.2790.9978.24
HexFACD95012282215b4e
Octal37231522502250241133116
Binary1111101011001101100101010100101010001010000110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACD95; }

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

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

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

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

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

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

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

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