#F0DFDE

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

Shades of Soft Peach #F0DFDE

Tints of Soft Peach #F0DFDE

Color information

#F0DFDE (or 0xF0DFDE) is unknown color: approx Soft Peach. HEX triplet: F0, DF and DE. RGB value is (240,223,222). Sum of RGB (Red+Green+Blue) = 240+223+222=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 222 (87.11% from 255 or 32.41% from 685); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DFDE is #0F2021. Grayscale: #E3E3E3. Windows color (decimal): -991266 or 14606320. OLE color: 14606320.

HSL color Cylindrical-coordinate representation of color #F0DFDE: hue angle of 3.33º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0DFDE is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240223222-
CMYK00.070.080.06
HSL3.33º37.5%90.59%-
HSV(B)3.33º7.5%94.12%-
XYZ75.5176.5779.91-
YUV227.97124.63136.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.04%
GREEN value IS 223 (87.5% from 255) = 32.55%
BLUE value IS 222 (87.11% from 255) = 32.41%
R=35.04%
G=32.55%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022322200.070.080.063.3337.590.59
HexF0DFDE07863265b
Octal36033733607106346133
Binary11110000110111111101111001111000110111001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DFDE; }

 p { color: rgb(240,223,222); }

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

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

 a { background-color: rgb(240,223,222); }

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

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

 span { border-color: rgb(240,223,222); }

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