Shades of Remy #F8DFDC
Tints of Remy #F8DFDC
RGB
CMYK
RGB Variations
Color information
#F8DFDC (or 0xF8DFDC) is known color: Remy. HEX triplet: F8, DF and DC. RGB value is (248,223,220). Sum of RGB (Red+Green+Blue) = 248+223+220=691 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.89% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 220 (86.33% from 255 or 31.84% from 691); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFDC is #072023. Grayscale: #E6E6E6. Windows color (decimal): -466980 or 14475256. OLE color: 14475256.
HSL color Cylindrical-coordinate representation of color #F8DFDC: hue angle of 6.43º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8DFDC is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 220 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.03 |
| HSL | 6.43º | 0.67% | 0.92% | - |
| HSV(B) | 6.43º | 0.11% | 0.97% | - |
| XYZ | 78.02 | 77.9 | 78.63 | - |
| YUV | 230.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 220 | 0 | 0.10 | 0.11 | 0.03 | 6.43 | 0.67 | 0.92 |
| Hex | F8 | DF | DC | 0 | A | B | 3 | 6 | 43 | 5C |
| Octal | 370 | 337 | 334 | 0 | 12 | 13 | 3 | 6 | 103 | 134 |
| Binary | 11111000 | 11011111 | 11011100 | 0 | 1010 | 1011 | 11 | 110 | 1000011 | 1011100 |
Color Harmonies of #F8DFDC
Complementary color
Monochromatic Colors of #F8DFDC
Black with #F8DFDC
Text Example
Text Example
White with #F8DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DFDC; }
p { color: rgb(248,223,220); }
H1.HeaderClassName
{
color: #F8DFDC;
}
.AnyTagClassName
{
color: #F8DFDC;
}
</style>
background-color css
<style>
a { background-color: #F8DFDC; }
a { background-color: rgb(248,223,220); }
div.DivClassName
{
background-color: #F8DFDC;
}
.BgClassName
{
background-color: #F8DFDC;
}
</style>
border-color css
<style>
span { border-color: #F8DFDC; }
span { border-color: rgb(248,223,220); }
td.TdClassName
{
border-color: #F8DFDC;
}
.TagClassName
{
border-color: #F8DFDC;
}
</style>