#F6DFD8

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

Shades of Remy #F6DFD8

Tints of Remy #F6DFD8

Color information

#F6DFD8 (or 0xF6DFD8) is unknown color: approx Remy. HEX triplet: F6, DF and D8. RGB value is (246,223,216). Sum of RGB (Red+Green+Blue) = 246+223+216=685 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.91% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 216 (84.77% from 255 or 31.53% from 685); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DFD8 is #092027. Grayscale: #E5E5E5. Windows color (decimal): -598056 or 14213110. OLE color: 14213110.

HSL color Cylindrical-coordinate representation of color #F6DFD8: hue angle of 14º 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 #F6DFD8 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB246223216-
CMYK00.090.120.04
HSL14º62.5%90.59%-
HSV(B)14º12.2%96.47%-
XYZ76.7977.3375.84-
YUV229.08120.62140.07-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.91%
GREEN value IS 223 (87.5% from 255) = 32.55%
BLUE value IS 216 (84.77% from 255) = 31.53%
R=35.91%
G=32.55%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622321600.090.120.041462.590.59
HexF6DFD809C4e3e5b
Octal3663373300111441676133
Binary11110110110111111101100001001110010011101111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DFD8; }

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

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

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

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

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

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

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

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