Shades of Remy #F4DBD5
Tints of Remy #F4DBD5
RGB
CMYK
RGB Variations
Color information
#F4DBD5 (or 0xF4DBD5) is known color: Remy. HEX triplet: F4, DB and D5. RGB value is (244,219,213). Sum of RGB (Red+Green+Blue) = 244+219+213=676 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.09% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 213 (83.59% from 255 or 31.51% from 676); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DBD5 is #0B242A. Grayscale: #E1E1E1. Windows color (decimal): -730155 or 14015476. OLE color: 14015476.
HSL color Cylindrical-coordinate representation of color #F4DBD5: hue angle of 11.61º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F4DBD5 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 219 | 213 | - |
CMYK | 0 | 0.10 | 0.13 | 0.04 |
HSL | 11.61º | 0.58% | 0.9% | - |
HSV(B) | 11.61º | 0.13% | 0.96% | - |
XYZ | 74.65 | 74.7 | 73.43 | - |
YUV | 225.79 | 120.78 | 140.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 219 | 213 | 0 | 0.10 | 0.13 | 0.04 | 11.61 | 0.58 | 0.9 |
Hex | F4 | DB | D5 | 0 | A | D | 4 | C | 3A | 5A |
Octal | 364 | 333 | 325 | 0 | 12 | 15 | 4 | 14 | 72 | 132 |
Binary | 11110100 | 11011011 | 11010101 | 0 | 1010 | 1101 | 100 | 1100 | 111010 | 1011010 |
Color Harmonies of #F4DBD5
Complementary color
Monochromatic Colors of #F4DBD5
Black with #F4DBD5
Text Example
Text Example
White with #F4DBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DBD5; }
p { color: rgb(244,219,213); }
H1.HeaderClassName
{
color: #F4DBD5;
}
.AnyTagClassName
{
color: #F4DBD5;
}
</style>
background-color css
<style>
a { background-color: #F4DBD5; }
a { background-color: rgb(244,219,213); }
div.DivClassName
{
background-color: #F4DBD5;
}
.BgClassName
{
background-color: #F4DBD5;
}
</style>
border-color css
<style>
span { border-color: #F4DBD5; }
span { border-color: rgb(244,219,213); }
td.TdClassName
{
border-color: #F4DBD5;
}
.TagClassName
{
border-color: #F4DBD5;
}
</style>