#F0DFDD

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

Shades of Soft Peach #F0DFDD

Tints of Soft Peach #F0DFDD

Color information

#F0DFDD (or 0xF0DFDD) is unknown color: approx Soft Peach. HEX triplet: F0, DF and DD. RGB value is (240,223,221). Sum of RGB (Red+Green+Blue) = 240+223+221=684 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.09% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DFDD is #0F2022. Grayscale: #E3E3E3. Windows color (decimal): -991267 or 14540784. OLE color: 14540784.

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

Color convert

RGB240223221-
CMYK00.070.080.06
HSL6.32º38.78%90.39%-
HSV(B)6.32º7.92%94.12%-
XYZ75.3776.5279.2-
YUV227.85124.13136.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.09%
GREEN value IS 223 (87.5% from 255) = 32.60%
BLUE value IS 221 (86.72% from 255) = 32.31%
R=35.09%
G=32.60%
B=32.31%

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
Decimal24022322100.070.080.066.3238.7890.39
HexF0DFDD07866275a
Octal36033733507106647132
Binary111100001101111111011101011110001101101001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DFDD; }

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

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

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

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

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

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

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

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