Shades of Remy #FADAD7
Tints of Remy #FADAD7
RGB
CMYK
RGB Variations
Color information
#FADAD7 (or 0xFADAD7) is known color: Remy. HEX triplet: FA, DA and D7. RGB value is (250,218,215). Sum of RGB (Red+Green+Blue) = 250+218+215=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 215 (84.38% from 255 or 31.48% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADAD7 is #052528. Grayscale: #E3E3E3. Windows color (decimal): -337193 or 14146298. OLE color: 14146298.
HSL color Cylindrical-coordinate representation of color #FADAD7: hue angle of 5.14º degrees, saturation: 0.78, 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 #FADAD7 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 218 | 215 | - |
CMYK | 0 | 0.13 | 0.14 | 0.02 |
HSL | 5.14º | 0.78% | 0.91% | - |
HSV(B) | 5.14º | 0.14% | 0.98% | - |
XYZ | 76.76 | 75.37 | 74.79 | - |
YUV | 227.23 | 121.1 | 144.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 218 | 215 | 0 | 0.13 | 0.14 | 0.02 | 5.14 | 0.78 | 0.91 |
Hex | FA | DA | D7 | 0 | D | E | 2 | 5 | 4E | 5B |
Octal | 372 | 332 | 327 | 0 | 15 | 16 | 2 | 5 | 116 | 133 |
Binary | 11111010 | 11011010 | 11010111 | 0 | 1101 | 1110 | 10 | 101 | 1001110 | 1011011 |
Color Harmonies of #FADAD7
Complementary color
Monochromatic Colors of #FADAD7
Black with #FADAD7
Text Example
Text Example
White with #FADAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADAD7; }
p { color: rgb(250,218,215); }
H1.HeaderClassName
{
color: #FADAD7;
}
.AnyTagClassName
{
color: #FADAD7;
}
</style>
background-color css
<style>
a { background-color: #FADAD7; }
a { background-color: rgb(250,218,215); }
div.DivClassName
{
background-color: #FADAD7;
}
.BgClassName
{
background-color: #FADAD7;
}
</style>
border-color css
<style>
span { border-color: #FADAD7; }
span { border-color: rgb(250,218,215); }
td.TdClassName
{
border-color: #FADAD7;
}
.TagClassName
{
border-color: #FADAD7;
}
</style>