#F6DBA9

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

Shades of Peach-Yellow #F6DBA9

Tints of Peach-Yellow #F6DBA9

Color information

#F6DBA9 (or 0xF6DBA9) is unknown color: approx Peach-Yellow. HEX triplet: F6, DB and A9. RGB value is (246,219,169). Sum of RGB (Red+Green+Blue) = 246+219+169=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 169 (66.41% from 255 or 26.66% from 634); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DBA9 is #092456. Grayscale: #DDDDDD. Windows color (decimal): -599127 or 11131894. OLE color: 11131894.

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

Color convert

RGB246219169-
CMYK00.110.310.04
HSL38.96º81.05%81.37%-
HSV(B)38.96º31.3%96.47%-
XYZ70.573.1247.93-
YUV221.3798.45145.57-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.80%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 169 (66.41% from 255) = 26.66%
R=38.80%
G=34.54%
B=26.66%

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
Decimal24621916900.110.310.0438.9681.0581.37
HexF6DBA90B1F4275151
Octal36633325101337447121121
Binary111101101101101110101001010111111110010011110100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DBA9; }

 p { color: rgb(246,219,169); }

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

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

 a { background-color: rgb(246,219,169); }

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

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

 span { border-color: rgb(246,219,169); }

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