#F2DFDF

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

Shades of Soft Peach #F2DFDF

Tints of Soft Peach #F2DFDF

Color information

#F2DFDF (or 0xF2DFDF) is unknown color: approx Soft Peach. HEX triplet: F2, DF and DF. RGB value is (242,223,223). Sum of RGB (Red+Green+Blue) = 242+223+223=688 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.17% from 688); Green value is 223 (87.5% from 255 or 32.41% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFDF is #0D2020. Grayscale: #E4E4E4. Windows color (decimal): -860193 or 14671858. OLE color: 14671858.

HSL color Cylindrical-coordinate representation of color #F2DFDF: hue angle of 0º degrees, saturation: 0.42, 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 #F2DFDF is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB242223223-
CMYK00.080.080.05
HSL42.22%91.18%-
HSV(B)7.85%94.9%-
XYZ76.3276.9880.65-
YUV228.68124.79137.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.17%
GREEN value IS 223 (87.5% from 255) = 32.41%
BLUE value IS 223 (87.5% from 255) = 32.41%
R=35.17%
G=32.41%
B=32.41%

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
Decimal24222322300.080.080.05042.2291.18
HexF2DFDF088502a5b
Octal362337337010105052133
Binary11110010110111111101111101000100010101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DFDF; }

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

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

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

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

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

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

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

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