#F6DEAA

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

Shades of Peach-Yellow #F6DEAA

Tints of Peach-Yellow #F6DEAA

Color information

#F6DEAA (or 0xF6DEAA) is unknown color: approx Peach-Yellow. HEX triplet: F6, DE and AA. RGB value is (246,222,170). Sum of RGB (Red+Green+Blue) = 246+222+170=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 170 (66.80% from 255 or 26.65% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DEAA is #092155. Grayscale: #DFDFDF. Windows color (decimal): -598358 or 11198198. OLE color: 11198198.

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

Color convert

RGB246222170-
CMYK00.100.310.04
HSL41.05º80.85%81.57%-
HSV(B)41.05º30.89%96.47%-
XYZ71.3874.7448.69-
YUV223.2597.95144.23-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.56%
GREEN value IS 222 (87.11% from 255) = 34.80%
BLUE value IS 170 (66.80% from 255) = 26.65%
R=38.56%
G=34.80%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622217000.100.310.0441.0580.8581.57
HexF6DEAA0A1F4295152
Octal36633625201237451121122
Binary111101101101111010101010010101111110010100110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DEAA; }

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

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

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

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

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

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

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

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