#F6DEDA

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

Shades of Remy #F6DEDA

Tints of Remy #F6DEDA

Color information

#F6DEDA (or 0xF6DEDA) is unknown color: approx Remy. HEX triplet: F6, DE and DA. RGB value is (246,222,218). Sum of RGB (Red+Green+Blue) = 246+222+218=686 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.86% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 218 (85.55% from 255 or 31.78% from 686); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DEDA is #092125. Grayscale: #E4E4E4. Windows color (decimal): -598310 or 14343926. OLE color: 14343926.

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

Color convert

RGB246222218-
CMYK00.100.110.04
HSL8.57º60.87%90.98%-
HSV(B)8.57º11.38%96.47%-
XYZ76.7876.977.13-
YUV228.72121.95140.33-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.86%
GREEN value IS 222 (87.11% from 255) = 32.36%
BLUE value IS 218 (85.55% from 255) = 31.78%
R=35.86%
G=32.36%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622221800.100.110.048.5760.8790.98
HexF6DEDA0AB493d5b
Octal3663363320121341175133
Binary11110110110111101101101001010101110010011111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DEDA; }

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

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

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

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

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

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

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

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