#F6DED8

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

Shades of Remy #F6DED8

Tints of Remy #F6DED8

Color information

#F6DED8 (or 0xF6DED8) is unknown color: approx Remy. HEX triplet: F6, DE and D8. RGB value is (246,222,216). Sum of RGB (Red+Green+Blue) = 246+222+216=684 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.96% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 216 (84.77% from 255 or 31.58% from 684); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DED8 is #092127. Grayscale: #E4E4E4. Windows color (decimal): -598312 or 14212854. OLE color: 14212854.

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

Color convert

RGB246222216-
CMYK00.100.120.04
HSL12º62.5%90.59%-
HSV(B)12º12.2%96.47%-
XYZ76.5276.7975.76-
YUV228.49120.95140.49-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.96%
GREEN value IS 222 (87.11% from 255) = 32.46%
BLUE value IS 216 (84.77% from 255) = 31.58%
R=35.96%
G=32.46%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622221600.100.120.041262.590.59
HexF6DED80AC4c3e5b
Octal3663363300121441476133
Binary11110110110111101101100001010110010011001111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DED8; }

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

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

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

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

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

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

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

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