Shades of Remy #FADDD9
Tints of Remy #FADDD9
RGB
CMYK
RGB Variations
Color information
#FADDD9 (or 0xFADDD9) is known color: Remy. HEX triplet: FA, DD and D9. RGB value is (250,221,217). Sum of RGB (Red+Green+Blue) = 250+221+217=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 217 (85.16% from 255 or 31.54% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDD9 is #052226. Grayscale: #E5E5E5. Windows color (decimal): -336423 or 14278138. OLE color: 14278138.
HSL color Cylindrical-coordinate representation of color #FADDD9: hue angle of 7.27º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FADDD9 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 217 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.02 |
| HSL | 7.27º | 0.77% | 0.92% | - |
| HSV(B) | 7.27º | 0.13% | 0.98% | - |
| XYZ | 77.81 | 77.05 | 76.42 | - |
| YUV | 229.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 217 | 0 | 0.12 | 0.13 | 0.02 | 7.27 | 0.77 | 0.92 |
| Hex | FA | DD | D9 | 0 | C | D | 2 | 7 | 4D | 5C |
| Octal | 372 | 335 | 331 | 0 | 14 | 15 | 2 | 7 | 115 | 134 |
| Binary | 11111010 | 11011101 | 11011001 | 0 | 1100 | 1101 | 10 | 111 | 1001101 | 1011100 |
Color Harmonies of #FADDD9
Complementary color
Monochromatic Colors of #FADDD9
Black with #FADDD9
Text Example
Text Example
White with #FADDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDD9; }
p { color: rgb(250,221,217); }
H1.HeaderClassName
{
color: #FADDD9;
}
.AnyTagClassName
{
color: #FADDD9;
}
</style>
background-color css
<style>
a { background-color: #FADDD9; }
a { background-color: rgb(250,221,217); }
div.DivClassName
{
background-color: #FADDD9;
}
.BgClassName
{
background-color: #FADDD9;
}
</style>
border-color css
<style>
span { border-color: #FADDD9; }
span { border-color: rgb(250,221,217); }
td.TdClassName
{
border-color: #FADDD9;
}
.TagClassName
{
border-color: #FADDD9;
}
</style>