Shades of Remy #FEDEDA
Tints of Remy #FEDEDA
RGB
CMYK
RGB Variations
Color information
#FEDEDA (or 0xFEDEDA) is known color: Remy. HEX triplet: FE, DE and DA. RGB value is (254,222,218). Sum of RGB (Red+Green+Blue) = 254+222+218=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 222 (87.11% from 255 or 31.99% from 694); Blue value is 218 (85.55% from 255 or 31.41% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEDA is #012125. Grayscale: #E7E7E7. Windows color (decimal): -74022 or 14343934. OLE color: 14343934.
HSL color Cylindrical-coordinate representation of color #FEDEDA: hue angle of 6.67º 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 #FEDEDA is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 218 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.00 |
| HSL | 6.67º | 0.95% | 0.93% | - |
| HSV(B) | 6.67º | 0.14% | 1% | - |
| XYZ | 79.65 | 78.38 | 77.26 | - |
| YUV | 231.11 | 120.6 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 218 | 0 | 0.13 | 0.14 | 0.00 | 6.67 | 0.95 | 0.93 |
| Hex | FE | DE | DA | 0 | D | E | 0 | 7 | 5F | 5D |
| Octal | 376 | 336 | 332 | 0 | 15 | 16 | 0 | 7 | 137 | 135 |
| Binary | 11111110 | 11011110 | 11011010 | 0 | 1101 | 1110 | 0 | 111 | 1011111 | 1011101 |
Color Harmonies of #FEDEDA
Complementary color
Monochromatic Colors of #FEDEDA
Black with #FEDEDA
Text Example
Text Example
White with #FEDEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDEDA; }
p { color: rgb(254,222,218); }
H1.HeaderClassName
{
color: #FEDEDA;
}
.AnyTagClassName
{
color: #FEDEDA;
}
</style>
background-color css
<style>
a { background-color: #FEDEDA; }
a { background-color: rgb(254,222,218); }
div.DivClassName
{
background-color: #FEDEDA;
}
.BgClassName
{
background-color: #FEDEDA;
}
</style>
border-color css
<style>
span { border-color: #FEDEDA; }
span { border-color: rgb(254,222,218); }
td.TdClassName
{
border-color: #FEDEDA;
}
.TagClassName
{
border-color: #FEDEDA;
}
</style>