#F0DADA

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

Shades of Soft Peach #F0DADA

Tints of Soft Peach #F0DADA

Color information

#F0DADA (or 0xF0DADA) is unknown color: approx Soft Peach. HEX triplet: F0, DA and DA. RGB value is (240,218,218). Sum of RGB (Red+Green+Blue) = 240+218+218=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 218 (85.55% from 255 or 32.25% from 676); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DADA is #0F2525. Grayscale: #E0E0E0. Windows color (decimal): -992550 or 14342896. OLE color: 14342896.

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

Color convert

RGB240218218-
CMYK00.090.090.06
HSL42.31%89.8%-
HSV(B)9.17%94.12%-
XYZ73.6673.7376.68-
YUV224.58124.29139-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.50%
GREEN value IS 218 (85.55% from 255) = 32.25%
BLUE value IS 218 (85.55% from 255) = 32.25%
R=35.50%
G=32.25%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021821800.090.090.06042.3189.8
HexF0DADA099602a5a
Octal360332332011116052132
Binary11110000110110101101101001001100111001010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DADA; }

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

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

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

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

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

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

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

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