Shades of Remy #FADBDA
Tints of Remy #FADBDA
RGB
CMYK
RGB Variations
Color information
#FADBDA (or 0xFADBDA) is known color: Remy. HEX triplet: FA, DB and DA. RGB value is (250,219,218). Sum of RGB (Red+Green+Blue) = 250+219+218=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 218 (85.55% from 255 or 31.73% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADBDA is #052425. Grayscale: #E4E4E4. Windows color (decimal): -336934 or 14343162. OLE color: 14343162.
HSL color Cylindrical-coordinate representation of color #FADBDA: hue angle of 1.88º 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 #FADBDA is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 219 | 218 | - |
CMYK | 0 | 0.12 | 0.13 | 0.02 |
HSL | 1.88º | 0.76% | 0.92% | - |
HSV(B) | 1.88º | 0.13% | 0.98% | - |
XYZ | 77.41 | 76.05 | 76.93 | - |
YUV | 228.16 | 122.27 | 143.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 219 | 218 | 0 | 0.12 | 0.13 | 0.02 | 1.88 | 0.76 | 0.92 |
Hex | FA | DB | DA | 0 | C | D | 2 | 2 | 4C | 5C |
Octal | 372 | 333 | 332 | 0 | 14 | 15 | 2 | 2 | 114 | 134 |
Binary | 11111010 | 11011011 | 11011010 | 0 | 1100 | 1101 | 10 | 10 | 1001100 | 1011100 |
Color Harmonies of #FADBDA
Complementary color
Monochromatic Colors of #FADBDA
Black with #FADBDA
Text Example
Text Example
White with #FADBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADBDA; }
p { color: rgb(250,219,218); }
H1.HeaderClassName
{
color: #FADBDA;
}
.AnyTagClassName
{
color: #FADBDA;
}
</style>
background-color css
<style>
a { background-color: #FADBDA; }
a { background-color: rgb(250,219,218); }
div.DivClassName
{
background-color: #FADBDA;
}
.BgClassName
{
background-color: #FADBDA;
}
</style>
border-color css
<style>
span { border-color: #FADBDA; }
span { border-color: rgb(250,219,218); }
td.TdClassName
{
border-color: #FADBDA;
}
.TagClassName
{
border-color: #FADBDA;
}
</style>