#F5DFAB

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

Shades of Peach-Yellow #F5DFAB

Tints of Peach-Yellow #F5DFAB

Color information

#F5DFAB (or 0xF5DFAB) is unknown color: approx Peach-Yellow. HEX triplet: F5, DF and AB. RGB value is (245,223,171). Sum of RGB (Red+Green+Blue) = 245+223+171=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 171 (67.19% from 255 or 26.76% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DFAB is #0A2054. Grayscale: #DFDFDF. Windows color (decimal): -663637 or 11263989. OLE color: 11263989.

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

Color convert

RGB245223171-
CMYK00.090.300.04
HSL42.16º78.72%81.57%-
HSV(B)42.16º30.2%96.08%-
XYZ71.3975.1349.27-
YUV223.6598.29143.23-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.34%
GREEN value IS 223 (87.5% from 255) = 34.90%
BLUE value IS 171 (67.19% from 255) = 26.76%
R=38.34%
G=34.90%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522317100.090.300.0442.1678.7281.57
HexF5DFAB091E42a4f52
Octal36533725301136452117122
Binary111101011101111110101011010011111010010101010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DFAB; }

 p { color: rgb(245,223,171); }

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

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

 a { background-color: rgb(245,223,171); }

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

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

 span { border-color: rgb(245,223,171); }

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