#F6DEDD

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

Shades of Soft Peach #F6DEDD

Tints of Soft Peach #F6DEDD

Color information

#F6DEDD (or 0xF6DEDD) is unknown color: approx Soft Peach. HEX triplet: F6, DE and DD. RGB value is (246,222,221). Sum of RGB (Red+Green+Blue) = 246+222+221=689 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.70% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DEDD is #092122. Grayscale: #E5E5E5. Windows color (decimal): -598307 or 14540534. OLE color: 14540534.

HSL color Cylindrical-coordinate representation of color #F6DEDD: hue angle of 2.4º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6DEDD is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB246222221-
CMYK00.100.100.04
HSL2.4º58.14%91.57%-
HSV(B)2.4º10.16%96.47%-
XYZ77.1877.0679.21-
YUV229.06123.45140.08-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.70%
GREEN value IS 222 (87.11% from 255) = 32.22%
BLUE value IS 221 (86.72% from 255) = 32.08%
R=35.70%
G=32.22%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622222100.100.100.042.458.1491.57
HexF6DEDD0AA423a5c
Octal366336335012124272134
Binary111101101101111011011101010101010100101110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DEDD; }

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

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

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

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

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

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

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

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