Shades of Varden #FFF1D3
Tints of Varden #FFF1D3
RGB
CMYK
RGB Variations
Color information
#FFF1D3 (or 0xFFF1D3) is known color: Varden. HEX triplet: FF, F1 and D3. RGB value is (255,241,211). Sum of RGB (Red+Green+Blue) = 255+241+211=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 241 (94.53% from 255 or 34.09% from 707); Blue value is 211 (82.81% from 255 or 29.84% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF1D3 is #000E2C. Grayscale: #F1F1F1. Windows color (decimal): -3629 or 13890047. OLE color: 13890047.
HSL color Cylindrical-coordinate representation of color #FFF1D3: hue angle of 40.91º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFF1D3 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 211 | - |
| CMYK | 0 | 0.05 | 0.17 | 0 |
| HSL | 40.91º | 1% | 0.91% | - |
| HSV(B) | 40.91º | 0.17% | 1% | - |
| XYZ | 84.45 | 88.87 | 74.33 | - |
| YUV | 241.77 | 110.64 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 211 | 0 | 0.05 | 0.17 | 0 | 40.91 | 1 | 0.91 |
| Hex | FF | F1 | D3 | 0 | 5 | 11 | 0 | 29 | 64 | 5B |
| Octal | 377 | 361 | 323 | 0 | 5 | 21 | 0 | 51 | 144 | 133 |
| Binary | 11111111 | 11110001 | 11010011 | 0 | 101 | 10001 | 0 | 101001 | 1100100 | 1011011 |
Color Harmonies of #FFF1D3
Complementary color
Monochromatic Colors of #FFF1D3
Black with #FFF1D3
Text Example
Text Example
White with #FFF1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1D3; }
p { color: rgb(255,241,211); }
H1.HeaderClassName
{
color: #FFF1D3;
}
.AnyTagClassName
{
color: #FFF1D3;
}
</style>
background-color css
<style>
a { background-color: #FFF1D3; }
a { background-color: rgb(255,241,211); }
div.DivClassName
{
background-color: #FFF1D3;
}
.BgClassName
{
background-color: #FFF1D3;
}
</style>
border-color css
<style>
span { border-color: #FFF1D3; }
span { border-color: rgb(255,241,211); }
td.TdClassName
{
border-color: #FFF1D3;
}
.TagClassName
{
border-color: #FFF1D3;
}
</style>