Shades of Remy #FADEDB
Tints of Remy #FADEDB
RGB
CMYK
RGB Variations
Color information
#FADEDB (or 0xFADEDB) is known color: Remy. HEX triplet: FA, DE and DB. RGB value is (250,222,219). Sum of RGB (Red+Green+Blue) = 250+222+219=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 222 (87.11% from 255 or 32.13% from 691); Blue value is 219 (85.94% from 255 or 31.69% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEDB is #052124. Grayscale: #E6E6E6. Windows color (decimal): -336165 or 14409466. OLE color: 14409466.
HSL color Cylindrical-coordinate representation of color #FADEDB: hue angle of 5.81º 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 #FADEDB is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 219 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.02 |
| HSL | 5.81º | 0.76% | 0.92% | - |
| HSV(B) | 5.81º | 0.12% | 0.98% | - |
| XYZ | 78.33 | 77.68 | 77.88 | - |
| YUV | 230.03 | 121.78 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 219 | 0 | 0.11 | 0.12 | 0.02 | 5.81 | 0.76 | 0.92 |
| Hex | FA | DE | DB | 0 | B | C | 2 | 6 | 4C | 5C |
| Octal | 372 | 336 | 333 | 0 | 13 | 14 | 2 | 6 | 114 | 134 |
| Binary | 11111010 | 11011110 | 11011011 | 0 | 1011 | 1100 | 10 | 110 | 1001100 | 1011100 |
Color Harmonies of #FADEDB
Complementary color
Monochromatic Colors of #FADEDB
Black with #FADEDB
Text Example
Text Example
White with #FADEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEDB; }
p { color: rgb(250,222,219); }
H1.HeaderClassName
{
color: #FADEDB;
}
.AnyTagClassName
{
color: #FADEDB;
}
</style>
background-color css
<style>
a { background-color: #FADEDB; }
a { background-color: rgb(250,222,219); }
div.DivClassName
{
background-color: #FADEDB;
}
.BgClassName
{
background-color: #FADEDB;
}
</style>
border-color css
<style>
span { border-color: #FADEDB; }
span { border-color: rgb(250,222,219); }
td.TdClassName
{
border-color: #FADEDB;
}
.TagClassName
{
border-color: #FADEDB;
}
</style>