Shades of Remy #FADFD8
Tints of Remy #FADFD8
RGB
CMYK
RGB Variations
Color information
#FADFD8 (or 0xFADFD8) is known color: Remy. HEX triplet: FA, DF and D8. RGB value is (250,223,216). Sum of RGB (Red+Green+Blue) = 250+223+216=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 216 (84.77% from 255 or 31.35% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFD8 is #052027. Grayscale: #E6E6E6. Windows color (decimal): -335912 or 14213114. OLE color: 14213114.
HSL color Cylindrical-coordinate representation of color #FADFD8: hue angle of 12.35º 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 #FADFD8 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 216 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.02 |
| HSL | 12.35º | 0.77% | 0.91% | - |
| HSV(B) | 12.35º | 0.14% | 0.98% | - |
| XYZ | 78.21 | 78.06 | 75.91 | - |
| YUV | 230.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 216 | 0 | 0.11 | 0.14 | 0.02 | 12.35 | 0.77 | 0.91 |
| Hex | FA | DF | D8 | 0 | B | E | 2 | C | 4D | 5B |
| Octal | 372 | 337 | 330 | 0 | 13 | 16 | 2 | 14 | 115 | 133 |
| Binary | 11111010 | 11011111 | 11011000 | 0 | 1011 | 1110 | 10 | 1100 | 1001101 | 1011011 |
Color Harmonies of #FADFD8
Complementary color
Monochromatic Colors of #FADFD8
Black with #FADFD8
Text Example
Text Example
White with #FADFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFD8; }
p { color: rgb(250,223,216); }
H1.HeaderClassName
{
color: #FADFD8;
}
.AnyTagClassName
{
color: #FADFD8;
}
</style>
background-color css
<style>
a { background-color: #FADFD8; }
a { background-color: rgb(250,223,216); }
div.DivClassName
{
background-color: #FADFD8;
}
.BgClassName
{
background-color: #FADFD8;
}
</style>
border-color css
<style>
span { border-color: #FADFD8; }
span { border-color: rgb(250,223,216); }
td.TdClassName
{
border-color: #FADFD8;
}
.TagClassName
{
border-color: #FADFD8;
}
</style>