#F8DAAA

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

Shades of Peach-Yellow #F8DAAA

Tints of Peach-Yellow #F8DAAA

Color information

#F8DAAA (or 0xF8DAAA) is unknown color: approx Peach-Yellow. HEX triplet: F8, DA and AA. RGB value is (248,218,170). Sum of RGB (Red+Green+Blue) = 248+218+170=636 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.99% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 170 (66.80% from 255 or 26.73% from 636); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DAAA is #072555. Grayscale: #DDDDDD. Windows color (decimal): -468310 or 11197176. OLE color: 11197176.

HSL color Cylindrical-coordinate representation of color #F8DAAA: hue angle of 36.92º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8DAAA is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB248218170-
CMYK00.120.310.03
HSL36.92º84.78%81.96%-
HSV(B)36.92º31.45%97.25%-
XYZ71.047348.38-
YUV221.598.94146.9-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.99%
GREEN value IS 218 (85.55% from 255) = 34.28%
BLUE value IS 170 (66.80% from 255) = 26.73%
R=38.99%
G=34.28%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821817000.120.310.0336.9284.7881.96
HexF8DAAA0C1F3255552
Octal37033225201437345125122
Binary11111000110110101010101001100111111110010110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DAAA; }

 p { color: rgb(248,218,170); }

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

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

 a { background-color: rgb(248,218,170); }

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

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

 span { border-color: rgb(248,218,170); }

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