Shades of Remy #F6DFDA
Tints of Remy #F6DFDA
RGB
CMYK
RGB Variations
Color information
#F6DFDA (or 0xF6DFDA) is known color: Remy. HEX triplet: F6, DF and DA. RGB value is (246,223,218). Sum of RGB (Red+Green+Blue) = 246+223+218=687 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.81% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 218 (85.55% from 255 or 31.73% from 687); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DFDA is #092025. Grayscale: #E5E5E5. Windows color (decimal): -598054 or 14344182. OLE color: 14344182.
HSL color Cylindrical-coordinate representation of color #F6DFDA: hue angle of 10.71º 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 #F6DFDA is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 223 | 218 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.04 |
| HSL | 10.71º | 0.61% | 0.91% | - |
| HSV(B) | 10.71º | 0.11% | 0.96% | - |
| XYZ | 77.05 | 77.43 | 77.21 | - |
| YUV | 229.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 223 | 218 | 0 | 0.09 | 0.11 | 0.04 | 10.71 | 0.61 | 0.91 |
| Hex | F6 | DF | DA | 0 | 9 | B | 4 | B | 3D | 5B |
| Octal | 366 | 337 | 332 | 0 | 11 | 13 | 4 | 13 | 75 | 133 |
| Binary | 11110110 | 11011111 | 11011010 | 0 | 1001 | 1011 | 100 | 1011 | 111101 | 1011011 |
Color Harmonies of #F6DFDA
Complementary color
Monochromatic Colors of #F6DFDA
Black with #F6DFDA
Text Example
Text Example
White with #F6DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DFDA; }
p { color: rgb(246,223,218); }
H1.HeaderClassName
{
color: #F6DFDA;
}
.AnyTagClassName
{
color: #F6DFDA;
}
</style>
background-color css
<style>
a { background-color: #F6DFDA; }
a { background-color: rgb(246,223,218); }
div.DivClassName
{
background-color: #F6DFDA;
}
.BgClassName
{
background-color: #F6DFDA;
}
</style>
border-color css
<style>
span { border-color: #F6DFDA; }
span { border-color: rgb(246,223,218); }
td.TdClassName
{
border-color: #F6DFDA;
}
.TagClassName
{
border-color: #F6DFDA;
}
</style>