Shades of Remy #F2DFDA
Tints of Remy #F2DFDA
RGB
CMYK
RGB Variations
Color information
#F2DFDA (or 0xF2DFDA) is known color: Remy. HEX triplet: F2, DF and DA. RGB value is (242,223,218). Sum of RGB (Red+Green+Blue) = 242+223+218=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 218 (85.55% from 255 or 31.92% from 683); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFDA is #0D2025. Grayscale: #E4E4E4. Windows color (decimal): -860198 or 14344178. OLE color: 14344178.
HSL color Cylindrical-coordinate representation of color #F2DFDA: hue angle of 12.5º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2DFDA is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 218 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.05 |
| HSL | 12.5º | 0.48% | 0.9% | - |
| HSV(B) | 12.5º | 0.1% | 0.95% | - |
| XYZ | 75.66 | 76.71 | 77.15 | - |
| YUV | 228.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 218 | 0 | 0.08 | 0.10 | 0.05 | 12.5 | 0.48 | 0.9 |
| Hex | F2 | DF | DA | 0 | 8 | A | 5 | C | 30 | 5A |
| Octal | 362 | 337 | 332 | 0 | 10 | 12 | 5 | 14 | 60 | 132 |
| Binary | 11110010 | 11011111 | 11011010 | 0 | 1000 | 1010 | 101 | 1100 | 110000 | 1011010 |
Color Harmonies of #F2DFDA
Complementary color
Monochromatic Colors of #F2DFDA
Black with #F2DFDA
Text Example
Text Example
White with #F2DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DFDA; }
p { color: rgb(242,223,218); }
H1.HeaderClassName
{
color: #F2DFDA;
}
.AnyTagClassName
{
color: #F2DFDA;
}
</style>
background-color css
<style>
a { background-color: #F2DFDA; }
a { background-color: rgb(242,223,218); }
div.DivClassName
{
background-color: #F2DFDA;
}
.BgClassName
{
background-color: #F2DFDA;
}
</style>
border-color css
<style>
span { border-color: #F2DFDA; }
span { border-color: rgb(242,223,218); }
td.TdClassName
{
border-color: #F2DFDA;
}
.TagClassName
{
border-color: #F2DFDA;
}
</style>