#F6DCDB

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

Shades of Remy #F6DCDB

Tints of Remy #F6DCDB

Color information

#F6DCDB (or 0xF6DCDB) is unknown color: approx Remy. HEX triplet: F6, DC and DB. RGB value is (246,220,219). Sum of RGB (Red+Green+Blue) = 246+220+219=685 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.91% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCDB is #092324. Grayscale: #E3E3E3. Windows color (decimal): -598821 or 14408950. OLE color: 14408950.

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

Color convert

RGB246220219-
CMYK00.110.110.04
HSL2.22º60%91.18%-
HSV(B)2.22º10.98%96.47%-
XYZ76.3975.8977.64-
YUV227.66123.11141.08-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.91%
GREEN value IS 220 (86.33% from 255) = 32.12%
BLUE value IS 219 (85.94% from 255) = 31.97%
R=35.91%
G=32.12%
B=31.97%

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
Decimal24622021900.110.110.042.226091.18
HexF6DCDB0BB423c5b
Octal366334333013134274133
Binary111101101101110011011011010111011100101111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DCDB; }

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

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

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

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

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

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

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

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