#F1DFDD

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

Shades of Soft Peach #F1DFDD

Tints of Soft Peach #F1DFDD

Color information

#F1DFDD (or 0xF1DFDD) is unknown color: approx Soft Peach. HEX triplet: F1, DF and DD. RGB value is (241,223,221). Sum of RGB (Red+Green+Blue) = 241+223+221=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFDD is #0E2022. Grayscale: #E4E4E4. Windows color (decimal): -925731 or 14540785. OLE color: 14540785.

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

Color convert

RGB241223221-
CMYK00.070.080.05
HSL41.67%90.59%-
HSV(B)8.3%94.51%-
XYZ75.7176.779.22-
YUV228.15123.96137.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.18%
GREEN value IS 223 (87.5% from 255) = 32.55%
BLUE value IS 221 (86.72% from 255) = 32.26%
R=35.18%
G=32.55%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122322100.070.080.05641.6790.59
HexF1DFDD078562a5b
Octal36133733507105652133
Binary111100011101111111011101011110001011101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFDD; }

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

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

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

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

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

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

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

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