#F2DFDE

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

Shades of Soft Peach #F2DFDE

Tints of Soft Peach #F2DFDE

Color information

#F2DFDE (or 0xF2DFDE) is unknown color: approx Soft Peach. HEX triplet: F2, DF and DE. RGB value is (242,223,222). Sum of RGB (Red+Green+Blue) = 242+223+222=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 222 (87.11% from 255 or 32.31% from 687); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFDE is #0D2021. Grayscale: #E4E4E4. Windows color (decimal): -860194 or 14606322. OLE color: 14606322.

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

Color convert

RGB242223222-
CMYK00.080.080.05
HSL43.48%90.98%-
HSV(B)8.26%94.9%-
XYZ76.1976.9379.94-
YUV228.57124.29137.58-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.23%
GREEN value IS 223 (87.5% from 255) = 32.46%
BLUE value IS 222 (87.11% from 255) = 32.31%
R=35.23%
G=32.46%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222322200.080.080.05343.4890.98
HexF2DFDE088532b5b
Octal362337336010105353133
Binary111100101101111111011110010001000101111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DFDE; }

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

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

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

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

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

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

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

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