#F6DFDC

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

Shades of Remy #F6DFDC

Tints of Remy #F6DFDC

Color information

#F6DFDC (or 0xF6DFDC) is unknown color: approx Remy. HEX triplet: F6, DF and DC. RGB value is (246,223,220). Sum of RGB (Red+Green+Blue) = 246+223+220=689 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.70% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DFDC is #092023. Grayscale: #E5E5E5. Windows color (decimal): -598052 or 14475254. OLE color: 14475254.

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

Color convert

RGB246223220-
CMYK00.090.110.04
HSL6.92º59.09%91.37%-
HSV(B)6.92º10.57%96.47%-
XYZ77.3177.5478.6-
YUV229.54122.62139.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.70%
GREEN value IS 223 (87.5% from 255) = 32.37%
BLUE value IS 220 (86.33% from 255) = 31.93%
R=35.70%
G=32.37%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622322000.090.110.046.9259.0991.37
HexF6DFDC09B473b5b
Octal366337334011134773133
Binary1111011011011111110111000100110111001111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DFDC; }

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

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

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

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

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

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

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

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