Shades of Remy #FADDD8
Tints of Remy #FADDD8
RGB
CMYK
RGB Variations
Color information
#FADDD8 (or 0xFADDD8) is known color: Remy. HEX triplet: FA, DD and D8. RGB value is (250,221,216). Sum of RGB (Red+Green+Blue) = 250+221+216=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 221 (86.72% from 255 or 32.17% from 687); Blue value is 216 (84.77% from 255 or 31.44% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDD8 is #052227. Grayscale: #E5E5E5. Windows color (decimal): -336424 or 14212602. OLE color: 14212602.
HSL color Cylindrical-coordinate representation of color #FADDD8: hue angle of 8.82º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FADDD8 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 216 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.02 |
| HSL | 8.82º | 0.77% | 0.91% | - |
| HSV(B) | 8.82º | 0.14% | 0.98% | - |
| XYZ | 77.68 | 76.99 | 75.73 | - |
| YUV | 229.1 | 120.61 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 216 | 0 | 0.12 | 0.14 | 0.02 | 8.82 | 0.77 | 0.91 |
| Hex | FA | DD | D8 | 0 | C | E | 2 | 9 | 4D | 5B |
| Octal | 372 | 335 | 330 | 0 | 14 | 16 | 2 | 11 | 115 | 133 |
| Binary | 11111010 | 11011101 | 11011000 | 0 | 1100 | 1110 | 10 | 1001 | 1001101 | 1011011 |
Color Harmonies of #FADDD8
Complementary color
Monochromatic Colors of #FADDD8
Black with #FADDD8
Text Example
Text Example
White with #FADDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDD8; }
p { color: rgb(250,221,216); }
H1.HeaderClassName
{
color: #FADDD8;
}
.AnyTagClassName
{
color: #FADDD8;
}
</style>
background-color css
<style>
a { background-color: #FADDD8; }
a { background-color: rgb(250,221,216); }
div.DivClassName
{
background-color: #FADDD8;
}
.BgClassName
{
background-color: #FADDD8;
}
</style>
border-color css
<style>
span { border-color: #FADDD8; }
span { border-color: rgb(250,221,216); }
td.TdClassName
{
border-color: #FADDD8;
}
.TagClassName
{
border-color: #FADDD8;
}
</style>