Shades of Remy #FADBD6
Tints of Remy #FADBD6
RGB
CMYK
RGB Variations
Color information
#FADBD6 (or 0xFADBD6) is known color: Remy. HEX triplet: FA, DB and D6. RGB value is (250,219,214). Sum of RGB (Red+Green+Blue) = 250+219+214=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 214 (83.98% from 255 or 31.33% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADBD6 is #052429. Grayscale: #E3E3E3. Windows color (decimal): -336938 or 14081018. OLE color: 14081018.
HSL color Cylindrical-coordinate representation of color #FADBD6: hue angle of 8.33º 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 #FADBD6 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 214 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.02 |
| HSL | 8.33º | 0.78% | 0.91% | - |
| HSV(B) | 8.33º | 0.14% | 0.98% | - |
| XYZ | 76.89 | 75.84 | 74.2 | - |
| YUV | 227.7 | 120.27 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 214 | 0 | 0.12 | 0.14 | 0.02 | 8.33 | 0.78 | 0.91 |
| Hex | FA | DB | D6 | 0 | C | E | 2 | 8 | 4E | 5B |
| Octal | 372 | 333 | 326 | 0 | 14 | 16 | 2 | 10 | 116 | 133 |
| Binary | 11111010 | 11011011 | 11010110 | 0 | 1100 | 1110 | 10 | 1000 | 1001110 | 1011011 |
Color Harmonies of #FADBD6
Complementary color
Monochromatic Colors of #FADBD6
Black with #FADBD6
Text Example
Text Example
White with #FADBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADBD6; }
p { color: rgb(250,219,214); }
H1.HeaderClassName
{
color: #FADBD6;
}
.AnyTagClassName
{
color: #FADBD6;
}
</style>
background-color css
<style>
a { background-color: #FADBD6; }
a { background-color: rgb(250,219,214); }
div.DivClassName
{
background-color: #FADBD6;
}
.BgClassName
{
background-color: #FADBD6;
}
</style>
border-color css
<style>
span { border-color: #FADBD6; }
span { border-color: rgb(250,219,214); }
td.TdClassName
{
border-color: #FADBD6;
}
.TagClassName
{
border-color: #FADBD6;
}
</style>