Shades of Remy #F6DCDB
Tints of Remy #F6DCDB
RGB
CMYK
RGB Variations
Color information
#F6DCDB (or 0xF6DCDB) is known color: 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
| RGB | 246 | 220 | 219 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.04 |
| HSL | 2.22º | 0.6% | 0.91% | - |
| HSV(B) | 2.22º | 0.11% | 0.96% | - |
| XYZ | 76.39 | 75.89 | 77.64 | - |
| YUV | 227.66 | 123.11 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 219 | 0 | 0.11 | 0.11 | 0.04 | 2.22 | 0.6 | 0.91 |
| Hex | F6 | DC | DB | 0 | B | B | 4 | 2 | 3C | 5B |
| Octal | 366 | 334 | 333 | 0 | 13 | 13 | 4 | 2 | 74 | 133 |
| Binary | 11110110 | 11011100 | 11011011 | 0 | 1011 | 1011 | 100 | 10 | 111100 | 1011011 |
Color Harmonies of #F6DCDB
Complementary color
Monochromatic Colors of #F6DCDB
Black with #F6DCDB
Text Example
Text Example
White with #F6DCDB
Text Example
Text Example
HTML Codes & Css Web 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>