#FACD98

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

Shades of Peach-Orange #FACD98

Tints of Peach-Orange #FACD98

Color information

#FACD98 (or 0xFACD98) is unknown color: approx Peach-Orange. HEX triplet: FA, CD and 98. RGB value is (250,205,152). Sum of RGB (Red+Green+Blue) = 250+205+152=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 152 (59.77% from 255 or 25.04% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACD98 is #053267. Grayscale: #D4D4D4. Windows color (decimal): -340584 or 10014202. OLE color: 10014202.

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

Color convert

RGB250205152-
CMYK00.180.390.02
HSL32.45º90.74%78.82%-
HSV(B)32.45º39.2%98.04%-
XYZ66.9266.2538.97-
YUV212.4193.91154.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 152 (59.77% from 255) = 25.04%
R=41.19%
G=33.77%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020515200.180.390.0232.4590.7478.82
HexFACD98012272205b4f
Octal37231523002247240133117
Binary1111101011001101100110000100101001111010000010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACD98; }

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

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

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

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

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

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

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

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