#F6DAAD

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

Shades of Peach-Yellow #F6DAAD

Tints of Peach-Yellow #F6DAAD

Color information

#F6DAAD (or 0xF6DAAD) is unknown color: approx Peach-Yellow. HEX triplet: F6, DA and AD. RGB value is (246,218,173). Sum of RGB (Red+Green+Blue) = 246+218+173=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 173 (67.97% from 255 or 27.16% from 637); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DAAD is #092552. Grayscale: #DDDDDD. Windows color (decimal): -599379 or 11393782. OLE color: 11393782.

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

Color convert

RGB246218173-
CMYK00.110.300.04
HSL36.99º80.22%82.16%-
HSV(B)36.99º29.67%96.47%-
XYZ70.6272.7549.86-
YUV221.24100.78145.66-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.62%
GREEN value IS 218 (85.55% from 255) = 34.22%
BLUE value IS 173 (67.97% from 255) = 27.16%
R=38.62%
G=34.22%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621817300.110.300.0436.9980.2282.16
HexF6DAAD0B1E4255052
Octal36633225501336445120122
Binary111101101101101010101101010111111010010010110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DAAD; }

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

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

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

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

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

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

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

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