#F2DEDC

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

Shades of Soft Peach #F2DEDC

Tints of Soft Peach #F2DEDC

Color information

#F2DEDC (or 0xF2DEDC) is unknown color: approx Soft Peach. HEX triplet: F2, DE and DC. RGB value is (242,222,220). Sum of RGB (Red+Green+Blue) = 242+222+220=684 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.38% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 220 (86.33% from 255 or 32.16% from 684); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEDC is #0D2123. Grayscale: #E3E3E3. Windows color (decimal): -860452 or 14474994. OLE color: 14474994.

HSL color Cylindrical-coordinate representation of color #F2DEDC: hue angle of 5.45º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2DEDC is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB242222220-
CMYK00.080.090.05
HSL5.45º45.83%90.59%-
HSV(B)5.45º9.09%94.9%-
XYZ75.6676.2978.45-
YUV227.75123.63138.16-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.38%
GREEN value IS 222 (87.11% from 255) = 32.46%
BLUE value IS 220 (86.33% from 255) = 32.16%
R=35.38%
G=32.46%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222222000.080.090.055.4545.8390.59
HexF2DEDC089552e5b
Octal362336334010115556133
Binary1111001011011110110111000100010011011011011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DEDC; }

 p { color: rgb(242,222,220); }

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

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

 a { background-color: rgb(242,222,220); }

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

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

 span { border-color: rgb(242,222,220); }

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