Shades of Remy #F9DFDB
Tints of Remy #F9DFDB
RGB
CMYK
RGB Variations
Color information
#F9DFDB (or 0xF9DFDB) is known color: Remy. HEX triplet: F9, DF and DB. RGB value is (249,223,219). Sum of RGB (Red+Green+Blue) = 249+223+219=691 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.03% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 219 (85.94% from 255 or 31.69% from 691); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DFDB is #062024. Grayscale: #E6E6E6. Windows color (decimal): -401445 or 14409721. OLE color: 14409721.
HSL color Cylindrical-coordinate representation of color #F9DFDB: hue angle of 8º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9DFDB is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 223 | 219 | - |
CMYK | 0 | 0.10 | 0.12 | 0.02 |
HSL | 8º | 0.71% | 0.92% | - |
HSV(B) | 8º | 0.12% | 0.98% | - |
XYZ | 78.24 | 78.03 | 77.96 | - |
YUV | 230.32 | 121.61 | 141.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 223 | 219 | 0 | 0.10 | 0.12 | 0.02 | 8 | 0.71 | 0.92 |
Hex | F9 | DF | DB | 0 | A | C | 2 | 8 | 47 | 5C |
Octal | 371 | 337 | 333 | 0 | 12 | 14 | 2 | 10 | 107 | 134 |
Binary | 11111001 | 11011111 | 11011011 | 0 | 1010 | 1100 | 10 | 1000 | 1000111 | 1011100 |
Color Harmonies of #F9DFDB
Complementary color
Monochromatic Colors of #F9DFDB
Black with #F9DFDB
Text Example
Text Example
White with #F9DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DFDB; }
p { color: rgb(249,223,219); }
H1.HeaderClassName
{
color: #F9DFDB;
}
.AnyTagClassName
{
color: #F9DFDB;
}
</style>
background-color css
<style>
a { background-color: #F9DFDB; }
a { background-color: rgb(249,223,219); }
div.DivClassName
{
background-color: #F9DFDB;
}
.BgClassName
{
background-color: #F9DFDB;
}
</style>
border-color css
<style>
span { border-color: #F9DFDB; }
span { border-color: rgb(249,223,219); }
td.TdClassName
{
border-color: #F9DFDB;
}
.TagClassName
{
border-color: #F9DFDB;
}
</style>