#F8DDAD

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

Shades of Peach-Yellow #F8DDAD

Tints of Peach-Yellow #F8DDAD

Color information

#F8DDAD (or 0xF8DDAD) is unknown color: approx Peach-Yellow. HEX triplet: F8, DD and AD. RGB value is (248,221,173). Sum of RGB (Red+Green+Blue) = 248+221+173=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 173 (67.97% from 255 or 26.95% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DDAD is #072252. Grayscale: #DFDFDF. Windows color (decimal): -467539 or 11394552. OLE color: 11394552.

HSL color Cylindrical-coordinate representation of color #F8DDAD: hue angle of 38.4º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8DDAD is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB248221173-
CMYK00.110.300.03
HSL38.4º84.27%82.55%-
HSV(B)38.4º30.24%97.25%-
XYZ72.1174.6950.15-
YUV223.699.45145.4-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.63%
GREEN value IS 221 (86.72% from 255) = 34.42%
BLUE value IS 173 (67.97% from 255) = 26.95%
R=38.63%
G=34.42%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822117300.110.300.0338.484.2782.55
HexF8DDAD0B1E3265453
Octal37033525501336346124123
Binary11111000110111011010110101011111101110011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DDAD; }

 p { color: rgb(248,221,173); }

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

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

 a { background-color: rgb(248,221,173); }

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

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

 span { border-color: rgb(248,221,173); }

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