Shades of Remy #FADDDA
Tints of Remy #FADDDA
RGB
CMYK
RGB Variations
Color information
#FADDDA (or 0xFADDDA) is known color: Remy. HEX triplet: FA, DD and DA. RGB value is (250,221,218). Sum of RGB (Red+Green+Blue) = 250+221+218=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 218 (85.55% from 255 or 31.64% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDDA is #052225. Grayscale: #E5E5E5. Windows color (decimal): -336422 or 14343674. OLE color: 14343674.
HSL color Cylindrical-coordinate representation of color #FADDDA: hue angle of 5.62º degrees, saturation: 0.76, 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 #FADDDA is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 218 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.02 |
| HSL | 5.63º | 0.76% | 0.92% | - |
| HSV(B) | 5.63º | 0.13% | 0.98% | - |
| XYZ | 77.94 | 77.1 | 77.1 | - |
| YUV | 229.33 | 121.61 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 218 | 0 | 0.12 | 0.13 | 0.02 | 5.63 | 0.76 | 0.92 |
| Hex | FA | DD | DA | 0 | C | D | 2 | 6 | 4C | 5C |
| Octal | 372 | 335 | 332 | 0 | 14 | 15 | 2 | 6 | 114 | 134 |
| Binary | 11111010 | 11011101 | 11011010 | 0 | 1100 | 1101 | 10 | 110 | 1001100 | 1011100 |
Color Harmonies of #FADDDA
Complementary color
Monochromatic Colors of #FADDDA
Black with #FADDDA
Text Example
Text Example
White with #FADDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDDA; }
p { color: rgb(250,221,218); }
H1.HeaderClassName
{
color: #FADDDA;
}
.AnyTagClassName
{
color: #FADDDA;
}
</style>
background-color css
<style>
a { background-color: #FADDDA; }
a { background-color: rgb(250,221,218); }
div.DivClassName
{
background-color: #FADDDA;
}
.BgClassName
{
background-color: #FADDDA;
}
</style>
border-color css
<style>
span { border-color: #FADDDA; }
span { border-color: rgb(250,221,218); }
td.TdClassName
{
border-color: #FADDDA;
}
.TagClassName
{
border-color: #FADDDA;
}
</style>