#F5DBAD

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

Shades of Peach-Yellow #F5DBAD

Tints of Peach-Yellow #F5DBAD

Color information

#F5DBAD (or 0xF5DBAD) is unknown color: approx Peach-Yellow. HEX triplet: F5, DB and AD. RGB value is (245,219,173). Sum of RGB (Red+Green+Blue) = 245+219+173=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 173 (67.97% from 255 or 27.16% from 637); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DBAD is #0A2452. Grayscale: #DDDDDD. Windows color (decimal): -664659 or 11394037. OLE color: 11394037.

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

Color convert

RGB245219173-
CMYK00.110.290.04
HSL38.33º78.26%81.96%-
HSV(B)38.33º29.39%96.08%-
XYZ70.5373.0949.93-
YUV221.53100.61144.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.46%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 173 (67.97% from 255) = 27.16%
R=38.46%
G=34.38%
B=27.16%

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
Decimal24521917300.110.290.0438.3378.2681.96
HexF5DBAD0B1D4264e52
Octal36533325501335446116122
Binary111101011101101110101101010111110110010011010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DBAD; }

 p { color: rgb(245,219,173); }

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

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

 a { background-color: rgb(245,219,173); }

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

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

 span { border-color: rgb(245,219,173); }

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