#F6D9AB

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

Shades of Peach-Yellow #F6D9AB

Tints of Peach-Yellow #F6D9AB

Color information

#F6D9AB (or 0xF6D9AB) is unknown color: approx Peach-Yellow. HEX triplet: F6, D9 and AB. RGB value is (246,217,171). Sum of RGB (Red+Green+Blue) = 246+217+171=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 217 (85.16% from 255 or 34.23% from 634); Blue value is 171 (67.19% from 255 or 26.97% from 634); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D9AB is #092654. Grayscale: #DCDCDC. Windows color (decimal): -599637 or 11262454. OLE color: 11262454.

HSL color Cylindrical-coordinate representation of color #F6D9AB: hue angle of 36.8º degrees, saturation: 0.81, 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 #F6D9AB is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB246217171-
CMYK00.120.300.04
HSL36.8º80.65%81.76%-
HSV(B)36.8º30.49%96.47%-
XYZ70.1772.1648.76-
YUV220.43100.11146.24-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.80%
GREEN value IS 217 (85.16% from 255) = 34.23%
BLUE value IS 171 (67.19% from 255) = 26.97%
R=38.80%
G=34.23%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621717100.120.300.0436.880.6581.76
HexF6D9AB0C1E4255152
Octal36633125301436445121122
Binary111101101101100110101011011001111010010010110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D9AB; }

 p { color: rgb(246,217,171); }

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

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

 a { background-color: rgb(246,217,171); }

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

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

 span { border-color: rgb(246,217,171); }

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