Shades of Remy #F2DFDB
Tints of Remy #F2DFDB
RGB
CMYK
RGB Variations
Color information
#F2DFDB (or 0xF2DFDB) is known color: Remy. HEX triplet: F2, DF and DB. RGB value is (242,223,219). Sum of RGB (Red+Green+Blue) = 242+223+219=684 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.38% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 219 (85.94% from 255 or 32.02% from 684); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFDB is #0D2024. Grayscale: #E4E4E4. Windows color (decimal): -860197 or 14409714. OLE color: 14409714.
HSL color Cylindrical-coordinate representation of color #F2DFDB: hue angle of 10.43º degrees, saturation: 0.47, 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 #F2DFDB is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 219 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.05 |
| HSL | 10.43º | 0.47% | 0.9% | - |
| HSV(B) | 10.43º | 0.1% | 0.95% | - |
| XYZ | 75.79 | 76.77 | 77.84 | - |
| YUV | 228.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 219 | 0 | 0.08 | 0.10 | 0.05 | 10.43 | 0.47 | 0.9 |
| Hex | F2 | DF | DB | 0 | 8 | A | 5 | A | 2F | 5A |
| Octal | 362 | 337 | 333 | 0 | 10 | 12 | 5 | 12 | 57 | 132 |
| Binary | 11110010 | 11011111 | 11011011 | 0 | 1000 | 1010 | 101 | 1010 | 101111 | 1011010 |
Color Harmonies of #F2DFDB
Complementary color
Monochromatic Colors of #F2DFDB
Black with #F2DFDB
Text Example
Text Example
White with #F2DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DFDB; }
p { color: rgb(242,223,219); }
H1.HeaderClassName
{
color: #F2DFDB;
}
.AnyTagClassName
{
color: #F2DFDB;
}
</style>
background-color css
<style>
a { background-color: #F2DFDB; }
a { background-color: rgb(242,223,219); }
div.DivClassName
{
background-color: #F2DFDB;
}
.BgClassName
{
background-color: #F2DFDB;
}
</style>
border-color css
<style>
span { border-color: #F2DFDB; }
span { border-color: rgb(242,223,219); }
td.TdClassName
{
border-color: #F2DFDB;
}
.TagClassName
{
border-color: #F2DFDB;
}
</style>