Shades of Remy #F5E2DF
Tints of Remy #F5E2DF
RGB
CMYK
RGB Variations
Color information
#F5E2DF (or 0xF5E2DF) is known color: Remy. HEX triplet: F5, E2 and DF. RGB value is (245,226,223). Sum of RGB (Red+Green+Blue) = 245+226+223=694 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.30% from 694); Green value is 226 (88.67% from 255 or 32.56% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E2DF is #0A1D20. Grayscale: #E7E7E7. Windows color (decimal): -662817 or 14672629. OLE color: 14672629.
HSL color Cylindrical-coordinate representation of color #F5E2DF: hue angle of 8.18º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5E2DF is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 226 | 223 | - |
CMYK | 0 | 0.08 | 0.09 | 0.04 |
HSL | 8.18º | 0.52% | 0.92% | - |
HSV(B) | 8.18º | 0.09% | 0.96% | - |
XYZ | 78.17 | 79.13 | 80.97 | - |
YUV | 231.34 | 123.29 | 137.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 226 | 223 | 0 | 0.08 | 0.09 | 0.04 | 8.18 | 0.52 | 0.92 |
Hex | F5 | E2 | DF | 0 | 8 | 9 | 4 | 8 | 34 | 5C |
Octal | 365 | 342 | 337 | 0 | 10 | 11 | 4 | 10 | 64 | 134 |
Binary | 11110101 | 11100010 | 11011111 | 0 | 1000 | 1001 | 100 | 1000 | 110100 | 1011100 |
Color Harmonies of #F5E2DF
Complementary color
Monochromatic Colors of #F5E2DF
Black with #F5E2DF
Text Example
Text Example
White with #F5E2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E2DF; }
p { color: rgb(245,226,223); }
H1.HeaderClassName
{
color: #F5E2DF;
}
.AnyTagClassName
{
color: #F5E2DF;
}
</style>
background-color css
<style>
a { background-color: #F5E2DF; }
a { background-color: rgb(245,226,223); }
div.DivClassName
{
background-color: #F5E2DF;
}
.BgClassName
{
background-color: #F5E2DF;
}
</style>
border-color css
<style>
span { border-color: #F5E2DF; }
span { border-color: rgb(245,226,223); }
td.TdClassName
{
border-color: #F5E2DF;
}
.TagClassName
{
border-color: #F5E2DF;
}
</style>