Shades of Remy #FFDFDA
Tints of Remy #FFDFDA
RGB
CMYK
RGB Variations
Color information
#FFDFDA (or 0xFFDFDA) is known color: Remy. HEX triplet: FF, DF and DA. RGB value is (255,223,218). Sum of RGB (Red+Green+Blue) = 255+223+218=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 218 (85.55% from 255 or 31.32% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFDA is #002025. Grayscale: #E8E8E8. Windows color (decimal): -8230 or 14344191. OLE color: 14344191.
HSL color Cylindrical-coordinate representation of color #FFDFDA: hue angle of 8.11º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFDFDA is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 223 | 218 | - |
CMYK | 0 | 0.13 | 0.15 | 0 |
HSL | 8.11º | 1% | 0.93% | - |
HSV(B) | 8.11º | 0.15% | 1% | - |
XYZ | 80.28 | 79.1 | 77.37 | - |
YUV | 232 | 120.1 | 144.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 223 | 218 | 0 | 0.13 | 0.15 | 0 | 8.11 | 1 | 0.93 |
Hex | FF | DF | DA | 0 | D | F | 0 | 8 | 64 | 5D |
Octal | 377 | 337 | 332 | 0 | 15 | 17 | 0 | 10 | 144 | 135 |
Binary | 11111111 | 11011111 | 11011010 | 0 | 1101 | 1111 | 0 | 1000 | 1100100 | 1011101 |
Color Harmonies of #FFDFDA
Complementary color
Monochromatic Colors of #FFDFDA
Black with #FFDFDA
Text Example
Text Example
White with #FFDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFDA; }
p { color: rgb(255,223,218); }
H1.HeaderClassName
{
color: #FFDFDA;
}
.AnyTagClassName
{
color: #FFDFDA;
}
</style>
background-color css
<style>
a { background-color: #FFDFDA; }
a { background-color: rgb(255,223,218); }
div.DivClassName
{
background-color: #FFDFDA;
}
.BgClassName
{
background-color: #FFDFDA;
}
</style>
border-color css
<style>
span { border-color: #FFDFDA; }
span { border-color: rgb(255,223,218); }
td.TdClassName
{
border-color: #FFDFDA;
}
.TagClassName
{
border-color: #FFDFDA;
}
</style>