Shades of Remy #F2DCD7
Tints of Remy #F2DCD7
RGB
CMYK
RGB Variations
Color information
#F2DCD7 (or 0xF2DCD7) is known color: Remy. HEX triplet: F2, DC and D7. RGB value is (242,220,215). Sum of RGB (Red+Green+Blue) = 242+220+215=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 215 (84.38% from 255 or 31.76% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCD7 is #0D2328. Grayscale: #E2E2E2. Windows color (decimal): -860969 or 14146802. OLE color: 14146802.
HSL color Cylindrical-coordinate representation of color #F2DCD7: hue angle of 11.11º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2DCD7 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 220 | 215 | - |
CMYK | 0 | 0.09 | 0.11 | 0.05 |
HSL | 11.11º | 0.51% | 0.9% | - |
HSV(B) | 11.11º | 0.11% | 0.95% | - |
XYZ | 74.48 | 74.97 | 74.84 | - |
YUV | 226.01 | 121.79 | 139.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 220 | 215 | 0 | 0.09 | 0.11 | 0.05 | 11.11 | 0.51 | 0.9 |
Hex | F2 | DC | D7 | 0 | 9 | B | 5 | B | 33 | 5A |
Octal | 362 | 334 | 327 | 0 | 11 | 13 | 5 | 13 | 63 | 132 |
Binary | 11110010 | 11011100 | 11010111 | 0 | 1001 | 1011 | 101 | 1011 | 110011 | 1011010 |
Color Harmonies of #F2DCD7
Complementary color
Monochromatic Colors of #F2DCD7
Black with #F2DCD7
Text Example
Text Example
White with #F2DCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCD7; }
p { color: rgb(242,220,215); }
H1.HeaderClassName
{
color: #F2DCD7;
}
.AnyTagClassName
{
color: #F2DCD7;
}
</style>
background-color css
<style>
a { background-color: #F2DCD7; }
a { background-color: rgb(242,220,215); }
div.DivClassName
{
background-color: #F2DCD7;
}
.BgClassName
{
background-color: #F2DCD7;
}
</style>
border-color css
<style>
span { border-color: #F2DCD7; }
span { border-color: rgb(242,220,215); }
td.TdClassName
{
border-color: #F2DCD7;
}
.TagClassName
{
border-color: #F2DCD7;
}
</style>