Shades of Remy #F5DDDB
Tints of Remy #F5DDDB
RGB
CMYK
RGB Variations
Color information
#F5DDDB (or 0xF5DDDB) is known color: Remy. HEX triplet: F5, DD and DB. RGB value is (245,221,219). Sum of RGB (Red+Green+Blue) = 245+221+219=685 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.77% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DDDB is #0A2224. Grayscale: #E3E3E3. Windows color (decimal): -664101 or 14409205. OLE color: 14409205.
HSL color Cylindrical-coordinate representation of color #F5DDDB: hue angle of 4.62º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5DDDB is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 221 | 219 | - |
CMYK | 0 | 0.10 | 0.11 | 0.04 |
HSL | 4.62º | 0.57% | 0.91% | - |
HSV(B) | 4.62º | 0.11% | 0.96% | - |
XYZ | 76.3 | 76.24 | 77.71 | - |
YUV | 227.95 | 122.95 | 140.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 221 | 219 | 0 | 0.10 | 0.11 | 0.04 | 4.62 | 0.57 | 0.91 |
Hex | F5 | DD | DB | 0 | A | B | 4 | 5 | 39 | 5B |
Octal | 365 | 335 | 333 | 0 | 12 | 13 | 4 | 5 | 71 | 133 |
Binary | 11110101 | 11011101 | 11011011 | 0 | 1010 | 1011 | 100 | 101 | 111001 | 1011011 |
Color Harmonies of #F5DDDB
Complementary color
Monochromatic Colors of #F5DDDB
Black with #F5DDDB
Text Example
Text Example
White with #F5DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DDDB; }
p { color: rgb(245,221,219); }
H1.HeaderClassName
{
color: #F5DDDB;
}
.AnyTagClassName
{
color: #F5DDDB;
}
</style>
background-color css
<style>
a { background-color: #F5DDDB; }
a { background-color: rgb(245,221,219); }
div.DivClassName
{
background-color: #F5DDDB;
}
.BgClassName
{
background-color: #F5DDDB;
}
</style>
border-color css
<style>
span { border-color: #F5DDDB; }
span { border-color: rgb(245,221,219); }
td.TdClassName
{
border-color: #F5DDDB;
}
.TagClassName
{
border-color: #F5DDDB;
}
</style>