Shades of Remy #FADFDD
Tints of Remy #FADFDD
RGB
CMYK
RGB Variations
Color information
#FADFDD (or 0xFADFDD) is known color: Remy. HEX triplet: FA, DF and DD. RGB value is (250,223,221). Sum of RGB (Red+Green+Blue) = 250+223+221=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 221 (86.72% from 255 or 31.84% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFDD is #052022. Grayscale: #E6E6E6. Windows color (decimal): -335907 or 14540794. OLE color: 14540794.
HSL color Cylindrical-coordinate representation of color #FADFDD: hue angle of 4.14º degrees, saturation: 0.74, 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 #FADFDD is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 223 | 221 | - |
CMYK | 0 | 0.11 | 0.12 | 0.02 |
HSL | 4.14º | 0.74% | 0.92% | - |
HSV(B) | 4.14º | 0.12% | 0.98% | - |
XYZ | 78.86 | 78.32 | 79.37 | - |
YUV | 230.85 | 122.45 | 141.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 223 | 221 | 0 | 0.11 | 0.12 | 0.02 | 4.14 | 0.74 | 0.92 |
Hex | FA | DF | DD | 0 | B | C | 2 | 4 | 4A | 5C |
Octal | 372 | 337 | 335 | 0 | 13 | 14 | 2 | 4 | 112 | 134 |
Binary | 11111010 | 11011111 | 11011101 | 0 | 1011 | 1100 | 10 | 100 | 1001010 | 1011100 |
Color Harmonies of #FADFDD
Complementary color
Monochromatic Colors of #FADFDD
Black with #FADFDD
Text Example
Text Example
White with #FADFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFDD; }
p { color: rgb(250,223,221); }
H1.HeaderClassName
{
color: #FADFDD;
}
.AnyTagClassName
{
color: #FADFDD;
}
</style>
background-color css
<style>
a { background-color: #FADFDD; }
a { background-color: rgb(250,223,221); }
div.DivClassName
{
background-color: #FADFDD;
}
.BgClassName
{
background-color: #FADFDD;
}
</style>
border-color css
<style>
span { border-color: #FADFDD; }
span { border-color: rgb(250,223,221); }
td.TdClassName
{
border-color: #FADFDD;
}
.TagClassName
{
border-color: #FADFDD;
}
</style>