#F6DEAC

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

Shades of Peach-Yellow #F6DEAC

Tints of Peach-Yellow #F6DEAC

Color information

#F6DEAC (or 0xF6DEAC) is unknown color: approx Peach-Yellow. HEX triplet: F6, DE and AC. RGB value is (246,222,172). Sum of RGB (Red+Green+Blue) = 246+222+172=640 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.44% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 172 (67.58% from 255 or 26.88% from 640); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DEAC is #092153. Grayscale: #DFDFDF. Windows color (decimal): -598356 or 11329270. OLE color: 11329270.

HSL color Cylindrical-coordinate representation of color #F6DEAC: hue angle of 40.54º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6DEAC is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB246222172-
CMYK00.100.300.04
HSL40.54º80.43%81.96%-
HSV(B)40.54º30.08%96.47%-
XYZ71.5774.8149.7-
YUV223.4898.95144.07-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.44%
GREEN value IS 222 (87.11% from 255) = 34.69%
BLUE value IS 172 (67.58% from 255) = 26.88%
R=38.44%
G=34.69%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622217200.100.300.0440.5480.4381.96
HexF6DEAC0A1E4295052
Octal36633625401236451120122
Binary111101101101111010101100010101111010010100110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DEAC; }

 p { color: rgb(246,222,172); }

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

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

 a { background-color: rgb(246,222,172); }

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

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

 span { border-color: rgb(246,222,172); }

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