#F0D9D7

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

Shades of Soft Peach #F0D9D7

Tints of Soft Peach #F0D9D7

Color information

#F0D9D7 (or 0xF0D9D7) is unknown color: approx Soft Peach. HEX triplet: F0, D9 and D7. RGB value is (240,217,215). Sum of RGB (Red+Green+Blue) = 240+217+215=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D9D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D9D7 is #0F2628. Grayscale: #DFDFDF. Windows color (decimal): -992809 or 14146032. OLE color: 14146032.

HSL color Cylindrical-coordinate representation of color #F0D9D7: hue angle of 4.8º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0D9D7 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB240217215-
CMYK00.100.100.06
HSL4.8º45.45%89.22%-
HSV(B)4.8º10.42%94.12%-
XYZ73.0173.0674.54-
YUV223.65123.12139.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.71%
GREEN value IS 217 (85.16% from 255) = 32.29%
BLUE value IS 215 (84.38% from 255) = 31.99%
R=35.71%
G=32.29%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021721500.100.100.064.845.4589.22
HexF0D9D70AA652d59
Octal360331327012126555131
Binary1111000011011001110101110101010101101011011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D9D7; }

 p { color: rgb(240,217,215); }

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

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

 a { background-color: rgb(240,217,215); }

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

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

 span { border-color: rgb(240,217,215); }

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