Shades of Remy #F4DFDB
Tints of Remy #F4DFDB
RGB
CMYK
RGB Variations
Color information
#F4DFDB (or 0xF4DFDB) is known color: Remy. HEX triplet: F4, DF and DB. RGB value is (244,223,219). Sum of RGB (Red+Green+Blue) = 244+223+219=686 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.57% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 219 (85.94% from 255 or 31.92% from 686); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DFDB is #0B2024. Grayscale: #E4E4E4. Windows color (decimal): -729125 or 14409716. OLE color: 14409716.
HSL color Cylindrical-coordinate representation of color #F4DFDB: hue angle of 9.6º 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 #F4DFDB is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 223 | 219 | - |
CMYK | 0 | 0.09 | 0.10 | 0.04 |
HSL | 9.6º | 0.53% | 0.91% | - |
HSV(B) | 9.6º | 0.1% | 0.96% | - |
XYZ | 76.48 | 77.12 | 77.87 | - |
YUV | 228.82 | 122.46 | 138.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 223 | 219 | 0 | 0.09 | 0.10 | 0.04 | 9.6 | 0.53 | 0.91 |
Hex | F4 | DF | DB | 0 | 9 | A | 4 | A | 35 | 5B |
Octal | 364 | 337 | 333 | 0 | 11 | 12 | 4 | 12 | 65 | 133 |
Binary | 11110100 | 11011111 | 11011011 | 0 | 1001 | 1010 | 100 | 1010 | 110101 | 1011011 |
Color Harmonies of #F4DFDB
Complementary color
Monochromatic Colors of #F4DFDB
Black with #F4DFDB
Text Example
Text Example
White with #F4DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DFDB; }
p { color: rgb(244,223,219); }
H1.HeaderClassName
{
color: #F4DFDB;
}
.AnyTagClassName
{
color: #F4DFDB;
}
</style>
background-color css
<style>
a { background-color: #F4DFDB; }
a { background-color: rgb(244,223,219); }
div.DivClassName
{
background-color: #F4DFDB;
}
.BgClassName
{
background-color: #F4DFDB;
}
</style>
border-color css
<style>
span { border-color: #F4DFDB; }
span { border-color: rgb(244,223,219); }
td.TdClassName
{
border-color: #F4DFDB;
}
.TagClassName
{
border-color: #F4DFDB;
}
</style>