#F8DEAD

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

Shades of Peach-Yellow #F8DEAD

Tints of Peach-Yellow #F8DEAD

Color information

#F8DEAD (or 0xF8DEAD) is unknown color: approx Peach-Yellow. HEX triplet: F8, DE and AD. RGB value is (248,222,173). Sum of RGB (Red+Green+Blue) = 248+222+173=643 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.57% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 173 (67.97% from 255 or 26.91% from 643); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DEAD is #072152. Grayscale: #E0E0E0. Windows color (decimal): -467283 or 11394808. OLE color: 11394808.

HSL color Cylindrical-coordinate representation of color #F8DEAD: hue angle of 39.2º 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 #F8DEAD is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB248222173-
CMYK00.100.300.03
HSL39.2º84.27%82.55%-
HSV(B)39.2º30.24%97.25%-
XYZ72.3875.2250.24-
YUV224.1999.11144.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.57%
GREEN value IS 222 (87.11% from 255) = 34.53%
BLUE value IS 173 (67.97% from 255) = 26.91%
R=38.57%
G=34.53%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822217300.100.300.0339.284.2782.55
HexF8DEAD0A1E3275453
Octal37033625501236347124123
Binary11111000110111101010110101010111101110011110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DEAD; }

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

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

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

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

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

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

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

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