Shades of Remy #FADFD9
Tints of Remy #FADFD9
RGB
CMYK
RGB Variations
Color information
#FADFD9 (or 0xFADFD9) is known color: Remy. HEX triplet: FA, DF and D9. RGB value is (250,223,217). Sum of RGB (Red+Green+Blue) = 250+223+217=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 217 (85.16% from 255 or 31.45% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFD9 is #052026. Grayscale: #E6E6E6. Windows color (decimal): -335911 or 14278650. OLE color: 14278650.
HSL color Cylindrical-coordinate representation of color #FADFD9: hue angle of 10.91º 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 #FADFD9 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 223 | 217 | - |
CMYK | 0 | 0.11 | 0.13 | 0.02 |
HSL | 10.91º | 0.77% | 0.92% | - |
HSV(B) | 10.91º | 0.13% | 0.98% | - |
XYZ | 78.34 | 78.11 | 76.59 | - |
YUV | 230.39 | 120.45 | 141.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 223 | 217 | 0 | 0.11 | 0.13 | 0.02 | 10.91 | 0.77 | 0.92 |
Hex | FA | DF | D9 | 0 | B | D | 2 | B | 4D | 5C |
Octal | 372 | 337 | 331 | 0 | 13 | 15 | 2 | 13 | 115 | 134 |
Binary | 11111010 | 11011111 | 11011001 | 0 | 1011 | 1101 | 10 | 1011 | 1001101 | 1011100 |
Color Harmonies of #FADFD9
Complementary color
Monochromatic Colors of #FADFD9
Black with #FADFD9
Text Example
Text Example
White with #FADFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFD9; }
p { color: rgb(250,223,217); }
H1.HeaderClassName
{
color: #FADFD9;
}
.AnyTagClassName
{
color: #FADFD9;
}
</style>
background-color css
<style>
a { background-color: #FADFD9; }
a { background-color: rgb(250,223,217); }
div.DivClassName
{
background-color: #FADFD9;
}
.BgClassName
{
background-color: #FADFD9;
}
</style>
border-color css
<style>
span { border-color: #FADFD9; }
span { border-color: rgb(250,223,217); }
td.TdClassName
{
border-color: #FADFD9;
}
.TagClassName
{
border-color: #FADFD9;
}
</style>