Shades of Remy #FADCDB
Tints of Remy #FADCDB
RGB
CMYK
RGB Variations
Color information
#FADCDB (or 0xFADCDB) is known color: Remy. HEX triplet: FA, DC and DB. RGB value is (250,220,219). Sum of RGB (Red+Green+Blue) = 250+220+219=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 219 (85.94% from 255 or 31.79% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCDB is #052324. Grayscale: #E4E4E4. Windows color (decimal): -336677 or 14408954. OLE color: 14408954.
HSL color Cylindrical-coordinate representation of color #FADCDB: hue angle of 1.94º 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 #FADCDB is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 220 | 219 | - |
CMYK | 0 | 0.12 | 0.12 | 0.02 |
HSL | 1.94º | 0.76% | 0.92% | - |
HSV(B) | 1.94º | 0.12% | 0.98% | - |
XYZ | 77.8 | 76.62 | 77.71 | - |
YUV | 228.86 | 122.44 | 143.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 220 | 219 | 0 | 0.12 | 0.12 | 0.02 | 1.94 | 0.76 | 0.92 |
Hex | FA | DC | DB | 0 | C | C | 2 | 2 | 4C | 5C |
Octal | 372 | 334 | 333 | 0 | 14 | 14 | 2 | 2 | 114 | 134 |
Binary | 11111010 | 11011100 | 11011011 | 0 | 1100 | 1100 | 10 | 10 | 1001100 | 1011100 |
Color Harmonies of #FADCDB
Complementary color
Monochromatic Colors of #FADCDB
Black with #FADCDB
Text Example
Text Example
White with #FADCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCDB; }
p { color: rgb(250,220,219); }
H1.HeaderClassName
{
color: #FADCDB;
}
.AnyTagClassName
{
color: #FADCDB;
}
</style>
background-color css
<style>
a { background-color: #FADCDB; }
a { background-color: rgb(250,220,219); }
div.DivClassName
{
background-color: #FADCDB;
}
.BgClassName
{
background-color: #FADCDB;
}
</style>
border-color css
<style>
span { border-color: #FADCDB; }
span { border-color: rgb(250,220,219); }
td.TdClassName
{
border-color: #FADCDB;
}
.TagClassName
{
border-color: #FADCDB;
}
</style>