Shades of Remy #F4DDDB
Tints of Remy #F4DDDB
RGB
CMYK
RGB Variations
Color information
#F4DDDB (or 0xF4DDDB) is known color: Remy. HEX triplet: F4, DD and DB. RGB value is (244,221,219). Sum of RGB (Red+Green+Blue) = 244+221+219=684 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.67% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 219 (85.94% from 255 or 32.02% from 684); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DDDB is #0B2224. Grayscale: #E3E3E3. Windows color (decimal): -729637 or 14409204. OLE color: 14409204.
HSL color Cylindrical-coordinate representation of color #F4DDDB: hue angle of 4.8º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F4DDDB is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 221 | 219 | - |
CMYK | 0 | 0.09 | 0.10 | 0.04 |
HSL | 4.8º | 0.53% | 0.91% | - |
HSV(B) | 4.8º | 0.1% | 0.96% | - |
XYZ | 75.95 | 76.06 | 77.7 | - |
YUV | 227.65 | 123.12 | 139.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 221 | 219 | 0 | 0.09 | 0.10 | 0.04 | 4.8 | 0.53 | 0.91 |
Hex | F4 | DD | DB | 0 | 9 | A | 4 | 5 | 35 | 5B |
Octal | 364 | 335 | 333 | 0 | 11 | 12 | 4 | 5 | 65 | 133 |
Binary | 11110100 | 11011101 | 11011011 | 0 | 1001 | 1010 | 100 | 101 | 110101 | 1011011 |
Color Harmonies of #F4DDDB
Complementary color
Monochromatic Colors of #F4DDDB
Black with #F4DDDB
Text Example
Text Example
White with #F4DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DDDB; }
p { color: rgb(244,221,219); }
H1.HeaderClassName
{
color: #F4DDDB;
}
.AnyTagClassName
{
color: #F4DDDB;
}
</style>
background-color css
<style>
a { background-color: #F4DDDB; }
a { background-color: rgb(244,221,219); }
div.DivClassName
{
background-color: #F4DDDB;
}
.BgClassName
{
background-color: #F4DDDB;
}
</style>
border-color css
<style>
span { border-color: #F4DDDB; }
span { border-color: rgb(244,221,219); }
td.TdClassName
{
border-color: #F4DDDB;
}
.TagClassName
{
border-color: #F4DDDB;
}
</style>