Shades of Remy #F3DFDB
Tints of Remy #F3DFDB
RGB
CMYK
RGB Variations
Color information
#F3DFDB (or 0xF3DFDB) is known color: Remy. HEX triplet: F3, DF and DB. RGB value is (243,223,219). Sum of RGB (Red+Green+Blue) = 243+223+219=685 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.47% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DFDB is #0C2024. Grayscale: #E4E4E4. Windows color (decimal): -794661 or 14409715. OLE color: 14409715.
HSL color Cylindrical-coordinate representation of color #F3DFDB: hue angle of 10º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3DFDB is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 223 | 219 | - |
CMYK | 0 | 0.08 | 0.10 | 0.05 |
HSL | 10º | 0.5% | 0.91% | - |
HSV(B) | 10º | 0.1% | 0.95% | - |
XYZ | 76.14 | 76.94 | 77.86 | - |
YUV | 228.52 | 122.63 | 138.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 223 | 219 | 0 | 0.08 | 0.10 | 0.05 | 10 | 0.5 | 0.91 |
Hex | F3 | DF | DB | 0 | 8 | A | 5 | A | 32 | 5B |
Octal | 363 | 337 | 333 | 0 | 10 | 12 | 5 | 12 | 62 | 133 |
Binary | 11110011 | 11011111 | 11011011 | 0 | 1000 | 1010 | 101 | 1010 | 110010 | 1011011 |
Color Harmonies of #F3DFDB
Complementary color
Monochromatic Colors of #F3DFDB
Black with #F3DFDB
Text Example
Text Example
White with #F3DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DFDB; }
p { color: rgb(243,223,219); }
H1.HeaderClassName
{
color: #F3DFDB;
}
.AnyTagClassName
{
color: #F3DFDB;
}
</style>
background-color css
<style>
a { background-color: #F3DFDB; }
a { background-color: rgb(243,223,219); }
div.DivClassName
{
background-color: #F3DFDB;
}
.BgClassName
{
background-color: #F3DFDB;
}
</style>
border-color css
<style>
span { border-color: #F3DFDB; }
span { border-color: rgb(243,223,219); }
td.TdClassName
{
border-color: #F3DFDB;
}
.TagClassName
{
border-color: #F3DFDB;
}
</style>