#F2DFDD

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

Shades of Soft Peach #F2DFDD

Tints of Soft Peach #F2DFDD

Color information

#F2DFDD (or 0xF2DFDD) is unknown color: approx Soft Peach. HEX triplet: F2, DF and DD. RGB value is (242,223,221). Sum of RGB (Red+Green+Blue) = 242+223+221=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFDD is #0D2022. Grayscale: #E4E4E4. Windows color (decimal): -860195 or 14540786. OLE color: 14540786.

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

Color convert

RGB242223221-
CMYK00.080.090.05
HSL5.71º44.68%90.78%-
HSV(B)5.71º8.68%94.9%-
XYZ76.0676.8779.24-
YUV228.45123.79137.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.28%
GREEN value IS 223 (87.5% from 255) = 32.51%
BLUE value IS 221 (86.72% from 255) = 32.22%
R=35.28%
G=32.51%
B=32.22%

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
Decimal24222322100.080.090.055.7144.6890.78
HexF2DFDD089562d5b
Octal362337335010115655133
Binary1111001011011111110111010100010011011101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DFDD; }

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

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

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

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

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

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

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

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