#F8DBAA

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

Shades of Peach-Yellow #F8DBAA

Tints of Peach-Yellow #F8DBAA

Color information

#F8DBAA (or 0xF8DBAA) is unknown color: approx Peach-Yellow. HEX triplet: F8, DB and AA. RGB value is (248,219,170). Sum of RGB (Red+Green+Blue) = 248+219+170=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 170 (66.80% from 255 or 26.69% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DBAA is #072455. Grayscale: #DEDEDE. Windows color (decimal): -468054 or 11197432. OLE color: 11197432.

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

Color convert

RGB248219170-
CMYK00.120.310.03
HSL37.69º84.78%81.96%-
HSV(B)37.69º31.45%97.25%-
XYZ71.373.5248.46-
YUV222.0898.61146.48-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.93%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 170 (66.80% from 255) = 26.69%
R=38.93%
G=34.38%
B=26.69%

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
Decimal24821917000.120.310.0337.6984.7881.96
HexF8DBAA0C1F3265552
Octal37033325201437346125122
Binary11111000110110111010101001100111111110011010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DBAA; }

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

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

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

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

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

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

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

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