Shades of Remy #F6DFDB
Tints of Remy #F6DFDB
RGB
CMYK
RGB Variations
Color information
#F6DFDB (or 0xF6DFDB) is known color: Remy. HEX triplet: F6, DF and DB. RGB value is (246,223,219). Sum of RGB (Red+Green+Blue) = 246+223+219=688 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.76% from 688); Green value is 223 (87.5% from 255 or 32.41% from 688); Blue value is 219 (85.94% from 255 or 31.83% from 688); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DFDB is #092024. Grayscale: #E5E5E5. Windows color (decimal): -598053 or 14409718. OLE color: 14409718.
HSL color Cylindrical-coordinate representation of color #F6DFDB: hue angle of 8.89º 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 #F6DFDB is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 223 | 219 | - |
CMYK | 0 | 0.09 | 0.11 | 0.04 |
HSL | 8.89º | 0.6% | 0.91% | - |
HSV(B) | 8.89º | 0.11% | 0.96% | - |
XYZ | 77.18 | 77.48 | 77.91 | - |
YUV | 229.42 | 122.12 | 139.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 223 | 219 | 0 | 0.09 | 0.11 | 0.04 | 8.89 | 0.6 | 0.91 |
Hex | F6 | DF | DB | 0 | 9 | B | 4 | 9 | 3C | 5B |
Octal | 366 | 337 | 333 | 0 | 11 | 13 | 4 | 11 | 74 | 133 |
Binary | 11110110 | 11011111 | 11011011 | 0 | 1001 | 1011 | 100 | 1001 | 111100 | 1011011 |
Color Harmonies of #F6DFDB
Complementary color
Monochromatic Colors of #F6DFDB
Black with #F6DFDB
Text Example
Text Example
White with #F6DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DFDB; }
p { color: rgb(246,223,219); }
H1.HeaderClassName
{
color: #F6DFDB;
}
.AnyTagClassName
{
color: #F6DFDB;
}
</style>
background-color css
<style>
a { background-color: #F6DFDB; }
a { background-color: rgb(246,223,219); }
div.DivClassName
{
background-color: #F6DFDB;
}
.BgClassName
{
background-color: #F6DFDB;
}
</style>
border-color css
<style>
span { border-color: #F6DFDB; }
span { border-color: rgb(246,223,219); }
td.TdClassName
{
border-color: #F6DFDB;
}
.TagClassName
{
border-color: #F6DFDB;
}
</style>