#F6DCDA

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

Shades of Remy #F6DCDA

Tints of Remy #F6DCDA

Color information

#F6DCDA (or 0xF6DCDA) is unknown color: approx Remy. HEX triplet: F6, DC and DA. RGB value is (246,220,218). Sum of RGB (Red+Green+Blue) = 246+220+218=684 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.96% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 218 (85.55% from 255 or 31.87% from 684); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCDA is #092325. Grayscale: #E3E3E3. Windows color (decimal): -598822 or 14343414. OLE color: 14343414.

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

Color convert

RGB246220218-
CMYK00.110.110.04
HSL4.29º60.87%90.98%-
HSV(B)4.29º11.38%96.47%-
XYZ76.2575.8476.95-
YUV227.55122.61141.16-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.96%
GREEN value IS 220 (86.33% from 255) = 32.16%
BLUE value IS 218 (85.55% from 255) = 31.87%
R=35.96%
G=32.16%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622021800.110.110.044.2960.8790.98
HexF6DCDA0BB443d5b
Octal366334332013134475133
Binary1111011011011100110110100101110111001001111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DCDA; }

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

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

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

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

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

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

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

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