#F8DAAF

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

Shades of Peach-Yellow #F8DAAF

Tints of Peach-Yellow #F8DAAF

Color information

#F8DAAF (or 0xF8DAAF) is unknown color: approx Peach-Yellow. HEX triplet: F8, DA and AF. RGB value is (248,218,175). Sum of RGB (Red+Green+Blue) = 248+218+175=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DAAF is #072550. Grayscale: #DEDEDE. Windows color (decimal): -468305 or 11524856. OLE color: 11524856.

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

Color convert

RGB248218175-
CMYK00.120.290.03
HSL35.34º83.91%82.94%-
HSV(B)35.34º29.44%97.25%-
XYZ71.5273.1950.92-
YUV222.07101.44146.5-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.69%
GREEN value IS 218 (85.55% from 255) = 34.01%
BLUE value IS 175 (68.75% from 255) = 27.30%
R=38.69%
G=34.01%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821817500.120.290.0335.3483.9182.94
HexF8DAAF0C1D3235453
Octal37033225701435343124123
Binary11111000110110101010111101100111011110001110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DAAF; }

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

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

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

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

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

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

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

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