#F8DABD

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

Shades of Peach Puff #F8DABD

Tints of Peach Puff #F8DABD

Color information

#F8DABD (or 0xF8DABD) is unknown color: approx Peach Puff. HEX triplet: F8, DA and BD. RGB value is (248,218,189). Sum of RGB (Red+Green+Blue) = 248+218+189=655 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.86% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 189 (74.22% from 255 or 28.85% from 655); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DABD is #072542. Grayscale: #DFDFDF. Windows color (decimal): -468291 or 12442360. OLE color: 12442360.

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

Color convert

RGB248218189-
CMYK00.120.240.03
HSL29.49º80.82%85.69%-
HSV(B)29.49º23.79%97.25%-
XYZ72.9773.7758.54-
YUV223.66108.44145.36-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.86%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 189 (74.22% from 255) = 28.85%
R=37.86%
G=33.28%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821818900.120.240.0329.4980.8285.69
HexF8DABD0C1831d5156
Octal37033227501430335121126
Binary1111100011011010101111010110011000111110110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DABD; }

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

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

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

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

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

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

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

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