#F6DAAE

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

Shades of Peach-Yellow #F6DAAE

Tints of Peach-Yellow #F6DAAE

Color information

#F6DAAE (or 0xF6DAAE) is unknown color: approx Peach-Yellow. HEX triplet: F6, DA and AE. RGB value is (246,218,174). Sum of RGB (Red+Green+Blue) = 246+218+174=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 174 (68.36% from 255 or 27.27% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DAAE is #092551. Grayscale: #DDDDDD. Windows color (decimal): -599378 or 11459318. OLE color: 11459318.

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

Color convert

RGB246218174-
CMYK00.110.290.04
HSL36.67º80%82.35%-
HSV(B)36.67º29.27%96.47%-
XYZ70.7272.7950.37-
YUV221.36101.28145.58-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.56%
GREEN value IS 218 (85.55% from 255) = 34.17%
BLUE value IS 174 (68.36% from 255) = 27.27%
R=38.56%
G=34.17%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621817400.110.290.0436.678082.35
HexF6DAAE0B1D4255052
Octal36633225601335445120122
Binary111101101101101010101110010111110110010010110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DAAE; }

 p { color: rgb(246,218,174); }

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

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

 a { background-color: rgb(246,218,174); }

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

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

 span { border-color: rgb(246,218,174); }

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