Shades of Remy #F2DFDC
Tints of Remy #F2DFDC
RGB
CMYK
RGB Variations
Color information
#F2DFDC (or 0xF2DFDC) is known color: Remy. HEX triplet: F2, DF and DC. RGB value is (242,223,220). Sum of RGB (Red+Green+Blue) = 242+223+220=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFDC is #0D2023. Grayscale: #E4E4E4. Windows color (decimal): -860196 or 14475250. OLE color: 14475250.
HSL color Cylindrical-coordinate representation of color #F2DFDC: hue angle of 8.18º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2DFDC is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 220 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.05 |
| HSL | 8.18º | 0.46% | 0.91% | - |
| HSV(B) | 8.18º | 0.09% | 0.95% | - |
| XYZ | 75.92 | 76.82 | 78.54 | - |
| YUV | 228.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 220 | 0 | 0.08 | 0.09 | 0.05 | 8.18 | 0.46 | 0.91 |
| Hex | F2 | DF | DC | 0 | 8 | 9 | 5 | 8 | 2E | 5B |
| Octal | 362 | 337 | 334 | 0 | 10 | 11 | 5 | 10 | 56 | 133 |
| Binary | 11110010 | 11011111 | 11011100 | 0 | 1000 | 1001 | 101 | 1000 | 101110 | 1011011 |
Color Harmonies of #F2DFDC
Complementary color
Monochromatic Colors of #F2DFDC
Black with #F2DFDC
Text Example
Text Example
White with #F2DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DFDC; }
p { color: rgb(242,223,220); }
H1.HeaderClassName
{
color: #F2DFDC;
}
.AnyTagClassName
{
color: #F2DFDC;
}
</style>
background-color css
<style>
a { background-color: #F2DFDC; }
a { background-color: rgb(242,223,220); }
div.DivClassName
{
background-color: #F2DFDC;
}
.BgClassName
{
background-color: #F2DFDC;
}
</style>
border-color css
<style>
span { border-color: #F2DFDC; }
span { border-color: rgb(242,223,220); }
td.TdClassName
{
border-color: #F2DFDC;
}
.TagClassName
{
border-color: #F2DFDC;
}
</style>