#FACE98

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

Shades of Peach-Orange #FACE98

Tints of Peach-Orange #FACE98

Color information

#FACE98 (or 0xFACE98) is unknown color: approx Peach-Orange. HEX triplet: FA, CE and 98. RGB value is (250,206,152). Sum of RGB (Red+Green+Blue) = 250+206+152=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 152 (59.77% from 255 or 25% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACE98 is #053167. Grayscale: #D5D5D5. Windows color (decimal): -340328 or 10014458. OLE color: 10014458.

HSL color Cylindrical-coordinate representation of color #FACE98: hue angle of 33.06º 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 #FACE98 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB250206152-
CMYK00.180.390.02
HSL33.06º90.74%78.82%-
HSV(B)33.06º39.2%98.04%-
XYZ67.1666.7339.05-
YUV21393.58154.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.12%
GREEN value IS 206 (80.86% from 255) = 33.88%
BLUE value IS 152 (59.77% from 255) = 25%
R=41.12%
G=33.88%
B=25%

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
Decimal25020615200.180.390.0233.0690.7478.82
HexFACE98012272215b4f
Octal37231623002247241133117
Binary1111101011001110100110000100101001111010000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACE98; }

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

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

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

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

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

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

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

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