Shades of Remy #F3DAD5
Tints of Remy #F3DAD5
RGB
CMYK
RGB Variations
Color information
#F3DAD5 (or 0xF3DAD5) is known color: Remy. HEX triplet: F3, DA and D5. RGB value is (243,218,213). Sum of RGB (Red+Green+Blue) = 243+218+213=674 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.05% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 213 (83.59% from 255 or 31.60% from 674); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DAD5 is #0C252A. Grayscale: #E0E0E0. Windows color (decimal): -795947 or 14015219. OLE color: 14015219.
HSL color Cylindrical-coordinate representation of color #F3DAD5: hue angle of 10º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F3DAD5 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 218 | 213 | - |
CMYK | 0 | 0.10 | 0.12 | 0.05 |
HSL | 10º | 0.56% | 0.89% | - |
HSV(B) | 10º | 0.12% | 0.95% | - |
XYZ | 74.04 | 74 | 73.33 | - |
YUV | 224.91 | 121.28 | 140.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 218 | 213 | 0 | 0.10 | 0.12 | 0.05 | 10 | 0.56 | 0.89 |
Hex | F3 | DA | D5 | 0 | A | C | 5 | A | 38 | 59 |
Octal | 363 | 332 | 325 | 0 | 12 | 14 | 5 | 12 | 70 | 131 |
Binary | 11110011 | 11011010 | 11010101 | 0 | 1010 | 1100 | 101 | 1010 | 111000 | 1011001 |
Color Harmonies of #F3DAD5
Complementary color
Monochromatic Colors of #F3DAD5
Black with #F3DAD5
Text Example
Text Example
White with #F3DAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DAD5; }
p { color: rgb(243,218,213); }
H1.HeaderClassName
{
color: #F3DAD5;
}
.AnyTagClassName
{
color: #F3DAD5;
}
</style>
background-color css
<style>
a { background-color: #F3DAD5; }
a { background-color: rgb(243,218,213); }
div.DivClassName
{
background-color: #F3DAD5;
}
.BgClassName
{
background-color: #F3DAD5;
}
</style>
border-color css
<style>
span { border-color: #F3DAD5; }
span { border-color: rgb(243,218,213); }
td.TdClassName
{
border-color: #F3DAD5;
}
.TagClassName
{
border-color: #F3DAD5;
}
</style>