#F0DAD9

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

Shades of Soft Peach #F0DAD9

Tints of Soft Peach #F0DAD9

Color information

#F0DAD9 (or 0xF0DAD9) is unknown color: approx Soft Peach. HEX triplet: F0, DA and D9. RGB value is (240,218,217). Sum of RGB (Red+Green+Blue) = 240+218+217=675 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.56% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DAD9 is #0F2526. Grayscale: #E0E0E0. Windows color (decimal): -992551 or 14277360. OLE color: 14277360.

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

Color convert

RGB240218217-
CMYK00.090.100.06
HSL2.61º43.4%89.61%-
HSV(B)2.61º9.58%94.12%-
XYZ73.5373.6875.99-
YUV224.46123.79139.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.56%
GREEN value IS 218 (85.55% from 255) = 32.30%
BLUE value IS 217 (85.16% from 255) = 32.15%
R=35.56%
G=32.30%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021821700.090.100.062.6143.489.61
HexF0DAD909A632b5a
Octal360332331011126353132
Binary111100001101101011011001010011010110111010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DAD9; }

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

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

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

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

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

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

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

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