Shades of Remy #FADFDB
Tints of Remy #FADFDB
RGB
CMYK
RGB Variations
Color information
#FADFDB (or 0xFADFDB) is known color: Remy. HEX triplet: FA, DF and DB. RGB value is (250,223,219). Sum of RGB (Red+Green+Blue) = 250+223+219=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 223 (87.5% from 255 or 32.23% from 692); Blue value is 219 (85.94% from 255 or 31.65% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFDB is #052024. Grayscale: #E6E6E6. Windows color (decimal): -335909 or 14409722. OLE color: 14409722.
HSL color Cylindrical-coordinate representation of color #FADFDB: hue angle of 7.74º 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 #FADFDB is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 219 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.02 |
| HSL | 7.74º | 0.76% | 0.92% | - |
| HSV(B) | 7.74º | 0.12% | 0.98% | - |
| XYZ | 78.6 | 78.21 | 77.97 | - |
| YUV | 230.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 219 | 0 | 0.11 | 0.12 | 0.02 | 7.74 | 0.76 | 0.92 |
| Hex | FA | DF | DB | 0 | B | C | 2 | 8 | 4C | 5C |
| Octal | 372 | 337 | 333 | 0 | 13 | 14 | 2 | 10 | 114 | 134 |
| Binary | 11111010 | 11011111 | 11011011 | 0 | 1011 | 1100 | 10 | 1000 | 1001100 | 1011100 |
Color Harmonies of #FADFDB
Complementary color
Monochromatic Colors of #FADFDB
Black with #FADFDB
Text Example
Text Example
White with #FADFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFDB; }
p { color: rgb(250,223,219); }
H1.HeaderClassName
{
color: #FADFDB;
}
.AnyTagClassName
{
color: #FADFDB;
}
</style>
background-color css
<style>
a { background-color: #FADFDB; }
a { background-color: rgb(250,223,219); }
div.DivClassName
{
background-color: #FADFDB;
}
.BgClassName
{
background-color: #FADFDB;
}
</style>
border-color css
<style>
span { border-color: #FADFDB; }
span { border-color: rgb(250,223,219); }
td.TdClassName
{
border-color: #FADFDB;
}
.TagClassName
{
border-color: #FADFDB;
}
</style>