#F6DAAA

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

Shades of Peach-Yellow #F6DAAA

Tints of Peach-Yellow #F6DAAA

Color information

#F6DAAA (or 0xF6DAAA) is unknown color: approx Peach-Yellow. HEX triplet: F6, DA and AA. RGB value is (246,218,170). Sum of RGB (Red+Green+Blue) = 246+218+170=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 170 (66.80% from 255 or 26.81% from 634); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DAAA is #092555. Grayscale: #DDDDDD. Windows color (decimal): -599382 or 11197174. OLE color: 11197174.

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

Color convert

RGB246218170-
CMYK00.110.310.04
HSL37.89º80.85%81.57%-
HSV(B)37.89º30.89%96.47%-
XYZ70.3372.6448.34-
YUV220.999.28145.9-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.80%
GREEN value IS 218 (85.55% from 255) = 34.38%
BLUE value IS 170 (66.80% from 255) = 26.81%
R=38.80%
G=34.38%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621817000.110.310.0437.8980.8581.57
HexF6DAAA0B1F4265152
Octal36633225201337446121122
Binary111101101101101010101010010111111110010011010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DAAA; }

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

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

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

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

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

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

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

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