Shades of Remy #FEDFDA
Tints of Remy #FEDFDA
RGB
CMYK
RGB Variations
Color information
#FEDFDA (or 0xFEDFDA) is known color: Remy. HEX triplet: FE, DF and DA. RGB value is (254,223,218). Sum of RGB (Red+Green+Blue) = 254+223+218=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 218 (85.55% from 255 or 31.37% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFDA is #012025. Grayscale: #E7E7E7. Windows color (decimal): -73766 or 14344190. OLE color: 14344190.
HSL color Cylindrical-coordinate representation of color #FEDFDA: hue angle of 8.33º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEDFDA is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 218 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.00 |
| HSL | 8.33º | 0.95% | 0.93% | - |
| HSV(B) | 8.33º | 0.14% | 1% | - |
| XYZ | 79.92 | 78.91 | 77.35 | - |
| YUV | 231.7 | 120.27 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 218 | 0 | 0.12 | 0.14 | 0.00 | 8.33 | 0.95 | 0.93 |
| Hex | FE | DF | DA | 0 | C | E | 0 | 8 | 5F | 5D |
| Octal | 376 | 337 | 332 | 0 | 14 | 16 | 0 | 10 | 137 | 135 |
| Binary | 11111110 | 11011111 | 11011010 | 0 | 1100 | 1110 | 0 | 1000 | 1011111 | 1011101 |
Color Harmonies of #FEDFDA
Complementary color
Monochromatic Colors of #FEDFDA
Black with #FEDFDA
Text Example
Text Example
White with #FEDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFDA; }
p { color: rgb(254,223,218); }
H1.HeaderClassName
{
color: #FEDFDA;
}
.AnyTagClassName
{
color: #FEDFDA;
}
</style>
background-color css
<style>
a { background-color: #FEDFDA; }
a { background-color: rgb(254,223,218); }
div.DivClassName
{
background-color: #FEDFDA;
}
.BgClassName
{
background-color: #FEDFDA;
}
</style>
border-color css
<style>
span { border-color: #FEDFDA; }
span { border-color: rgb(254,223,218); }
td.TdClassName
{
border-color: #FEDFDA;
}
.TagClassName
{
border-color: #FEDFDA;
}
</style>