Shades of Remy #F4DFDA
Tints of Remy #F4DFDA
RGB
CMYK
RGB Variations
Color information
#F4DFDA (or 0xF4DFDA) is known color: Remy. HEX triplet: F4, DF and DA. RGB value is (244,223,218). Sum of RGB (Red+Green+Blue) = 244+223+218=685 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.62% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 218 (85.55% from 255 or 31.82% from 685); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DFDA is #0B2025. Grayscale: #E4E4E4. Windows color (decimal): -729126 or 14344180. OLE color: 14344180.
HSL color Cylindrical-coordinate representation of color #F4DFDA: hue angle of 11.54º degrees, saturation: 0.54, 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 #F4DFDA is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 223 | 218 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.04 |
| HSL | 11.54º | 0.54% | 0.91% | - |
| HSV(B) | 11.54º | 0.11% | 0.96% | - |
| XYZ | 76.35 | 77.07 | 77.18 | - |
| YUV | 228.71 | 121.96 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 223 | 218 | 0 | 0.09 | 0.11 | 0.04 | 11.54 | 0.54 | 0.91 |
| Hex | F4 | DF | DA | 0 | 9 | B | 4 | C | 36 | 5B |
| Octal | 364 | 337 | 332 | 0 | 11 | 13 | 4 | 14 | 66 | 133 |
| Binary | 11110100 | 11011111 | 11011010 | 0 | 1001 | 1011 | 100 | 1100 | 110110 | 1011011 |
Color Harmonies of #F4DFDA
Complementary color
Monochromatic Colors of #F4DFDA
Black with #F4DFDA
Text Example
Text Example
White with #F4DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DFDA; }
p { color: rgb(244,223,218); }
H1.HeaderClassName
{
color: #F4DFDA;
}
.AnyTagClassName
{
color: #F4DFDA;
}
</style>
background-color css
<style>
a { background-color: #F4DFDA; }
a { background-color: rgb(244,223,218); }
div.DivClassName
{
background-color: #F4DFDA;
}
.BgClassName
{
background-color: #F4DFDA;
}
</style>
border-color css
<style>
span { border-color: #F4DFDA; }
span { border-color: rgb(244,223,218); }
td.TdClassName
{
border-color: #F4DFDA;
}
.TagClassName
{
border-color: #F4DFDA;
}
</style>