Shades of Remy #F6DDDB
Tints of Remy #F6DDDB
RGB
CMYK
RGB Variations
Color information
#F6DDDB (or 0xF6DDDB) is known color: Remy. HEX triplet: F6, DD and DB. RGB value is (246,221,219). Sum of RGB (Red+Green+Blue) = 246+221+219=686 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.86% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 219 (85.94% from 255 or 31.92% from 686); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DDDB is #092224. Grayscale: #E4E4E4. Windows color (decimal): -598565 or 14409206. OLE color: 14409206.
HSL color Cylindrical-coordinate representation of color #F6DDDB: hue angle of 4.44º 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 #F6DDDB is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 221 | 219 | - |
CMYK | 0 | 0.10 | 0.11 | 0.04 |
HSL | 4.44º | 0.6% | 0.91% | - |
HSV(B) | 4.44º | 0.11% | 0.96% | - |
XYZ | 76.65 | 76.42 | 77.73 | - |
YUV | 228.25 | 122.78 | 140.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 221 | 219 | 0 | 0.10 | 0.11 | 0.04 | 4.44 | 0.6 | 0.91 |
Hex | F6 | DD | DB | 0 | A | B | 4 | 4 | 3C | 5B |
Octal | 366 | 335 | 333 | 0 | 12 | 13 | 4 | 4 | 74 | 133 |
Binary | 11110110 | 11011101 | 11011011 | 0 | 1010 | 1011 | 100 | 100 | 111100 | 1011011 |
Color Harmonies of #F6DDDB
Complementary color
Monochromatic Colors of #F6DDDB
Black with #F6DDDB
Text Example
Text Example
White with #F6DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DDDB; }
p { color: rgb(246,221,219); }
H1.HeaderClassName
{
color: #F6DDDB;
}
.AnyTagClassName
{
color: #F6DDDB;
}
</style>
background-color css
<style>
a { background-color: #F6DDDB; }
a { background-color: rgb(246,221,219); }
div.DivClassName
{
background-color: #F6DDDB;
}
.BgClassName
{
background-color: #F6DDDB;
}
</style>
border-color css
<style>
span { border-color: #F6DDDB; }
span { border-color: rgb(246,221,219); }
td.TdClassName
{
border-color: #F6DDDB;
}
.TagClassName
{
border-color: #F6DDDB;
}
</style>