#F1DEDD

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

Shades of Soft Peach #F1DEDD

Tints of Soft Peach #F1DEDD

Color information

#F1DEDD (or 0xF1DEDD) is unknown color: approx Soft Peach. HEX triplet: F1, DE and DD. RGB value is (241,222,221). Sum of RGB (Red+Green+Blue) = 241+222+221=684 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.23% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DEDD is #0E2122. Grayscale: #E3E3E3. Windows color (decimal): -925987 or 14540529. OLE color: 14540529.

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

Color convert

RGB241222221-
CMYK00.080.080.05
HSL41.67%90.59%-
HSV(B)8.3%94.51%-
XYZ75.4576.1679.13-
YUV227.57124.29137.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.23%
GREEN value IS 222 (87.11% from 255) = 32.46%
BLUE value IS 221 (86.72% 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
Decimal24122222100.080.080.05341.6790.59
HexF1DEDD088532a5b
Octal361336335010105352133
Binary111100011101111011011101010001000101111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DEDD; }

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

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

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

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

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

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

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

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