Shades of Remy #F9DCDA
Tints of Remy #F9DCDA
RGB
CMYK
RGB Variations
Color information
#F9DCDA (or 0xF9DCDA) is known color: Remy. HEX triplet: F9, DC and DA. RGB value is (249,220,218). Sum of RGB (Red+Green+Blue) = 249+220+218=687 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.24% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 218 (85.55% from 255 or 31.73% from 687); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DCDA is #062325. Grayscale: #E4E4E4. Windows color (decimal): -402214 or 14343417. OLE color: 14343417.
HSL color Cylindrical-coordinate representation of color #F9DCDA: hue angle of 3.87º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9DCDA is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 220 | 218 | - |
CMYK | 0 | 0.12 | 0.12 | 0.02 |
HSL | 3.87º | 0.72% | 0.92% | - |
HSV(B) | 3.87º | 0.12% | 0.98% | - |
XYZ | 77.32 | 76.39 | 77 | - |
YUV | 228.44 | 122.11 | 142.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 220 | 218 | 0 | 0.12 | 0.12 | 0.02 | 3.87 | 0.72 | 0.92 |
Hex | F9 | DC | DA | 0 | C | C | 2 | 4 | 48 | 5C |
Octal | 371 | 334 | 332 | 0 | 14 | 14 | 2 | 4 | 110 | 134 |
Binary | 11111001 | 11011100 | 11011010 | 0 | 1100 | 1100 | 10 | 100 | 1001000 | 1011100 |
Color Harmonies of #F9DCDA
Complementary color
Monochromatic Colors of #F9DCDA
Black with #F9DCDA
Text Example
Text Example
White with #F9DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DCDA; }
p { color: rgb(249,220,218); }
H1.HeaderClassName
{
color: #F9DCDA;
}
.AnyTagClassName
{
color: #F9DCDA;
}
</style>
background-color css
<style>
a { background-color: #F9DCDA; }
a { background-color: rgb(249,220,218); }
div.DivClassName
{
background-color: #F9DCDA;
}
.BgClassName
{
background-color: #F9DCDA;
}
</style>
border-color css
<style>
span { border-color: #F9DCDA; }
span { border-color: rgb(249,220,218); }
td.TdClassName
{
border-color: #F9DCDA;
}
.TagClassName
{
border-color: #F9DCDA;
}
</style>