Shades of Remy #F2DEDA
Tints of Remy #F2DEDA
RGB
CMYK
RGB Variations
Color information
#F2DEDA (or 0xF2DEDA) is known color: Remy. HEX triplet: F2, DE and DA. RGB value is (242,222,218). Sum of RGB (Red+Green+Blue) = 242+222+218=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 218 (85.55% from 255 or 31.96% from 682); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEDA is #0D2125. Grayscale: #E3E3E3. Windows color (decimal): -860454 or 14343922. OLE color: 14343922.
HSL color Cylindrical-coordinate representation of color #F2DEDA: hue angle of 10º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2DEDA is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 222 | 218 | - |
CMYK | 0 | 0.08 | 0.10 | 0.05 |
HSL | 10º | 0.48% | 0.9% | - |
HSV(B) | 10º | 0.1% | 0.95% | - |
XYZ | 75.39 | 76.18 | 77.06 | - |
YUV | 227.52 | 122.63 | 138.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 222 | 218 | 0 | 0.08 | 0.10 | 0.05 | 10 | 0.48 | 0.9 |
Hex | F2 | DE | DA | 0 | 8 | A | 5 | A | 30 | 5A |
Octal | 362 | 336 | 332 | 0 | 10 | 12 | 5 | 12 | 60 | 132 |
Binary | 11110010 | 11011110 | 11011010 | 0 | 1000 | 1010 | 101 | 1010 | 110000 | 1011010 |
Color Harmonies of #F2DEDA
Complementary color
Monochromatic Colors of #F2DEDA
Black with #F2DEDA
Text Example
Text Example
White with #F2DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DEDA; }
p { color: rgb(242,222,218); }
H1.HeaderClassName
{
color: #F2DEDA;
}
.AnyTagClassName
{
color: #F2DEDA;
}
</style>
background-color css
<style>
a { background-color: #F2DEDA; }
a { background-color: rgb(242,222,218); }
div.DivClassName
{
background-color: #F2DEDA;
}
.BgClassName
{
background-color: #F2DEDA;
}
</style>
border-color css
<style>
span { border-color: #F2DEDA; }
span { border-color: rgb(242,222,218); }
td.TdClassName
{
border-color: #F2DEDA;
}
.TagClassName
{
border-color: #F2DEDA;
}
</style>