Shades of Remy #FADDDB
Tints of Remy #FADDDB
RGB
CMYK
RGB Variations
Color information
#FADDDB (or 0xFADDDB) is known color: Remy. HEX triplet: FA, DD and DB. RGB value is (250,221,219). Sum of RGB (Red+Green+Blue) = 250+221+219=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 221 (86.72% from 255 or 32.03% from 690); Blue value is 219 (85.94% from 255 or 31.74% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDDB is #052224. Grayscale: #E5E5E5. Windows color (decimal): -336421 or 14409210. OLE color: 14409210.
HSL color Cylindrical-coordinate representation of color #FADDDB: hue angle of 3.87º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FADDDB is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 219 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.02 |
| HSL | 3.87º | 0.76% | 0.92% | - |
| HSV(B) | 3.87º | 0.12% | 0.98% | - |
| XYZ | 78.07 | 77.15 | 77.79 | - |
| YUV | 229.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 219 | 0 | 0.12 | 0.12 | 0.02 | 3.87 | 0.76 | 0.92 |
| Hex | FA | DD | DB | 0 | C | C | 2 | 4 | 4C | 5C |
| Octal | 372 | 335 | 333 | 0 | 14 | 14 | 2 | 4 | 114 | 134 |
| Binary | 11111010 | 11011101 | 11011011 | 0 | 1100 | 1100 | 10 | 100 | 1001100 | 1011100 |
Color Harmonies of #FADDDB
Complementary color
Monochromatic Colors of #FADDDB
Black with #FADDDB
Text Example
Text Example
White with #FADDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDDB; }
p { color: rgb(250,221,219); }
H1.HeaderClassName
{
color: #FADDDB;
}
.AnyTagClassName
{
color: #FADDDB;
}
</style>
background-color css
<style>
a { background-color: #FADDDB; }
a { background-color: rgb(250,221,219); }
div.DivClassName
{
background-color: #FADDDB;
}
.BgClassName
{
background-color: #FADDDB;
}
</style>
border-color css
<style>
span { border-color: #FADDDB; }
span { border-color: rgb(250,221,219); }
td.TdClassName
{
border-color: #FADDDB;
}
.TagClassName
{
border-color: #FADDDB;
}
</style>