Shades of Remy #FAD8D8
Tints of Remy #FAD8D8
RGB
CMYK
RGB Variations
Color information
#FAD8D8 (or 0xFAD8D8) is known color: Remy. HEX triplet: FA, D8 and D8. RGB value is (250,216,216). Sum of RGB (Red+Green+Blue) = 250+216+216=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 216 (84.77% from 255 or 31.67% from 682); Blue value is 216 (84.77% from 255 or 31.67% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD8D8 is #052727. Grayscale: #E2E2E2. Windows color (decimal): -337704 or 14211322. OLE color: 14211322.
HSL color Cylindrical-coordinate representation of color #FAD8D8: hue angle of 0º 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 #FAD8D8 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 216 | 216 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.02 |
| HSL | 0º | 0.77% | 0.91% | - |
| HSV(B) | 0º | 0.14% | 0.98% | - |
| XYZ | 76.37 | 74.39 | 75.3 | - |
| YUV | 226.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 216 | 216 | 0 | 0.14 | 0.14 | 0.02 | 0 | 0.77 | 0.91 |
| Hex | FA | D8 | D8 | 0 | E | E | 2 | 0 | 4D | 5B |
| Octal | 372 | 330 | 330 | 0 | 16 | 16 | 2 | 0 | 115 | 133 |
| Binary | 11111010 | 11011000 | 11011000 | 0 | 1110 | 1110 | 10 | 0 | 1001101 | 1011011 |
Color Harmonies of #FAD8D8
Complementary color
Monochromatic Colors of #FAD8D8
Black with #FAD8D8
Text Example
Text Example
White with #FAD8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD8D8; }
p { color: rgb(250,216,216); }
H1.HeaderClassName
{
color: #FAD8D8;
}
.AnyTagClassName
{
color: #FAD8D8;
}
</style>
background-color css
<style>
a { background-color: #FAD8D8; }
a { background-color: rgb(250,216,216); }
div.DivClassName
{
background-color: #FAD8D8;
}
.BgClassName
{
background-color: #FAD8D8;
}
</style>
border-color css
<style>
span { border-color: #FAD8D8; }
span { border-color: rgb(250,216,216); }
td.TdClassName
{
border-color: #FAD8D8;
}
.TagClassName
{
border-color: #FAD8D8;
}
</style>