Shades of Remy #F9DFDD
Tints of Remy #F9DFDD
RGB
CMYK
RGB Variations
Color information
#F9DFDD (or 0xF9DFDD) is known color: Remy. HEX triplet: F9, DF and DD. RGB value is (249,223,221). Sum of RGB (Red+Green+Blue) = 249+223+221=693 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.93% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DFDD is #062022. Grayscale: #E6E6E6. Windows color (decimal): -401443 or 14540793. OLE color: 14540793.
HSL color Cylindrical-coordinate representation of color #F9DFDD: hue angle of 4.29º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F9DFDD is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 221 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.02 |
| HSL | 4.29º | 0.7% | 0.92% | - |
| HSV(B) | 4.29º | 0.11% | 0.98% | - |
| XYZ | 78.51 | 78.14 | 79.35 | - |
| YUV | 230.55 | 122.61 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 221 | 0 | 0.10 | 0.11 | 0.02 | 4.29 | 0.7 | 0.92 |
| Hex | F9 | DF | DD | 0 | A | B | 2 | 4 | 46 | 5C |
| Octal | 371 | 337 | 335 | 0 | 12 | 13 | 2 | 4 | 106 | 134 |
| Binary | 11111001 | 11011111 | 11011101 | 0 | 1010 | 1011 | 10 | 100 | 1000110 | 1011100 |
Color Harmonies of #F9DFDD
Complementary color
Monochromatic Colors of #F9DFDD
Black with #F9DFDD
Text Example
Text Example
White with #F9DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DFDD; }
p { color: rgb(249,223,221); }
H1.HeaderClassName
{
color: #F9DFDD;
}
.AnyTagClassName
{
color: #F9DFDD;
}
</style>
background-color css
<style>
a { background-color: #F9DFDD; }
a { background-color: rgb(249,223,221); }
div.DivClassName
{
background-color: #F9DFDD;
}
.BgClassName
{
background-color: #F9DFDD;
}
</style>
border-color css
<style>
span { border-color: #F9DFDD; }
span { border-color: rgb(249,223,221); }
td.TdClassName
{
border-color: #F9DFDD;
}
.TagClassName
{
border-color: #F9DFDD;
}
</style>