Shades of Remy #F3DFDC
Tints of Remy #F3DFDC
RGB
CMYK
RGB Variations
Color information
#F3DFDC (or 0xF3DFDC) is known color: Remy. HEX triplet: F3, DF and DC. RGB value is (243,223,220). Sum of RGB (Red+Green+Blue) = 243+223+220=686 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.42% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 220 (86.33% from 255 or 32.07% from 686); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DFDC is #0C2023. Grayscale: #E4E4E4. Windows color (decimal): -794660 or 14475251. OLE color: 14475251.
HSL color Cylindrical-coordinate representation of color #F3DFDC: hue angle of 7.83º degrees, saturation: 0.49, 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 #F3DFDC is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 220 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.05 |
| HSL | 7.83º | 0.49% | 0.91% | - |
| HSV(B) | 7.83º | 0.09% | 0.95% | - |
| XYZ | 76.27 | 77 | 78.55 | - |
| YUV | 228.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 220 | 0 | 0.08 | 0.09 | 0.05 | 7.83 | 0.49 | 0.91 |
| Hex | F3 | DF | DC | 0 | 8 | 9 | 5 | 8 | 31 | 5B |
| Octal | 363 | 337 | 334 | 0 | 10 | 11 | 5 | 10 | 61 | 133 |
| Binary | 11110011 | 11011111 | 11011100 | 0 | 1000 | 1001 | 101 | 1000 | 110001 | 1011011 |
Color Harmonies of #F3DFDC
Complementary color
Monochromatic Colors of #F3DFDC
Black with #F3DFDC
Text Example
Text Example
White with #F3DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DFDC; }
p { color: rgb(243,223,220); }
H1.HeaderClassName
{
color: #F3DFDC;
}
.AnyTagClassName
{
color: #F3DFDC;
}
</style>
background-color css
<style>
a { background-color: #F3DFDC; }
a { background-color: rgb(243,223,220); }
div.DivClassName
{
background-color: #F3DFDC;
}
.BgClassName
{
background-color: #F3DFDC;
}
</style>
border-color css
<style>
span { border-color: #F3DFDC; }
span { border-color: rgb(243,223,220); }
td.TdClassName
{
border-color: #F3DFDC;
}
.TagClassName
{
border-color: #F3DFDC;
}
</style>