#F8DAAC

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

Shades of Peach-Yellow #F8DAAC

Tints of Peach-Yellow #F8DAAC

Color information

#F8DAAC (or 0xF8DAAC) is unknown color: approx Peach-Yellow. HEX triplet: F8, DA and AC. RGB value is (248,218,172). Sum of RGB (Red+Green+Blue) = 248+218+172=638 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.87% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 172 (67.58% from 255 or 26.96% from 638); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DAAC is #072553. Grayscale: #DDDDDD. Windows color (decimal): -468308 or 11328248. OLE color: 11328248.

HSL color Cylindrical-coordinate representation of color #F8DAAC: hue angle of 36.32º degrees, saturation: 0.84, 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 #F8DAAC is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB248218172-
CMYK00.120.310.03
HSL36.32º84.44%82.35%-
HSV(B)36.32º30.65%97.25%-
XYZ71.2373.0849.38-
YUV221.7399.94146.74-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.87%
GREEN value IS 218 (85.55% from 255) = 34.17%
BLUE value IS 172 (67.58% from 255) = 26.96%
R=38.87%
G=34.17%
B=26.96%

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
Decimal24821817200.120.310.0336.3284.4482.35
HexF8DAAC0C1F3245452
Octal37033225401437344124122
Binary11111000110110101010110001100111111110010010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DAAC; }

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

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

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

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

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

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

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

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