Shades of Remy #F1DFDB
Tints of Remy #F1DFDB
RGB
CMYK
RGB Variations
Color information
#F1DFDB (or 0xF1DFDB) is known color: Remy. HEX triplet: F1, DF and DB. RGB value is (241,223,219). Sum of RGB (Red+Green+Blue) = 241+223+219=683 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.29% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 219 (85.94% from 255 or 32.06% from 683); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFDB is #0E2024. Grayscale: #E3E3E3. Windows color (decimal): -925733 or 14409713. OLE color: 14409713.
HSL color Cylindrical-coordinate representation of color #F1DFDB: hue angle of 10.91º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1DFDB is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 223 | 219 | - |
CMYK | 0 | 0.07 | 0.09 | 0.05 |
HSL | 10.91º | 0.44% | 0.9% | - |
HSV(B) | 10.91º | 0.09% | 0.95% | - |
XYZ | 75.45 | 76.59 | 77.82 | - |
YUV | 227.93 | 122.96 | 137.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 223 | 219 | 0 | 0.07 | 0.09 | 0.05 | 10.91 | 0.44 | 0.9 |
Hex | F1 | DF | DB | 0 | 7 | 9 | 5 | B | 2C | 5A |
Octal | 361 | 337 | 333 | 0 | 7 | 11 | 5 | 13 | 54 | 132 |
Binary | 11110001 | 11011111 | 11011011 | 0 | 111 | 1001 | 101 | 1011 | 101100 | 1011010 |
Color Harmonies of #F1DFDB
Complementary color
Monochromatic Colors of #F1DFDB
Black with #F1DFDB
Text Example
Text Example
White with #F1DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DFDB; }
p { color: rgb(241,223,219); }
H1.HeaderClassName
{
color: #F1DFDB;
}
.AnyTagClassName
{
color: #F1DFDB;
}
</style>
background-color css
<style>
a { background-color: #F1DFDB; }
a { background-color: rgb(241,223,219); }
div.DivClassName
{
background-color: #F1DFDB;
}
.BgClassName
{
background-color: #F1DFDB;
}
</style>
border-color css
<style>
span { border-color: #F1DFDB; }
span { border-color: rgb(241,223,219); }
td.TdClassName
{
border-color: #F1DFDB;
}
.TagClassName
{
border-color: #F1DFDB;
}
</style>