Shades of Remy #FADCDA
Tints of Remy #FADCDA
RGB
CMYK
RGB Variations
Color information
#FADCDA (or 0xFADCDA) is known color: Remy. HEX triplet: FA, DC and DA. RGB value is (250,220,218). Sum of RGB (Red+Green+Blue) = 250+220+218=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 218 (85.55% from 255 or 31.69% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCDA is #052325. Grayscale: #E4E4E4. Windows color (decimal): -336678 or 14343418. OLE color: 14343418.
HSL color Cylindrical-coordinate representation of color #FADCDA: hue angle of 3.75º 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 #FADCDA is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 220 | 218 | - |
CMYK | 0 | 0.12 | 0.13 | 0.02 |
HSL | 3.75º | 0.76% | 0.92% | - |
HSV(B) | 3.75º | 0.13% | 0.98% | - |
XYZ | 77.67 | 76.57 | 77.02 | - |
YUV | 228.74 | 121.94 | 143.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 220 | 218 | 0 | 0.12 | 0.13 | 0.02 | 3.75 | 0.76 | 0.92 |
Hex | FA | DC | DA | 0 | C | D | 2 | 4 | 4C | 5C |
Octal | 372 | 334 | 332 | 0 | 14 | 15 | 2 | 4 | 114 | 134 |
Binary | 11111010 | 11011100 | 11011010 | 0 | 1100 | 1101 | 10 | 100 | 1001100 | 1011100 |
Color Harmonies of #FADCDA
Complementary color
Monochromatic Colors of #FADCDA
Black with #FADCDA
Text Example
Text Example
White with #FADCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCDA; }
p { color: rgb(250,220,218); }
H1.HeaderClassName
{
color: #FADCDA;
}
.AnyTagClassName
{
color: #FADCDA;
}
</style>
background-color css
<style>
a { background-color: #FADCDA; }
a { background-color: rgb(250,220,218); }
div.DivClassName
{
background-color: #FADCDA;
}
.BgClassName
{
background-color: #FADCDA;
}
</style>
border-color css
<style>
span { border-color: #FADCDA; }
span { border-color: rgb(250,220,218); }
td.TdClassName
{
border-color: #FADCDA;
}
.TagClassName
{
border-color: #FADCDA;
}
</style>