Shades of Varden #FFF0D3
Tints of Varden #FFF0D3
RGB
CMYK
RGB Variations
Color information
#FFF0D3 (or 0xFFF0D3) is known color: Varden. HEX triplet: FF, F0 and D3. RGB value is (255,240,211). Sum of RGB (Red+Green+Blue) = 255+240+211=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 240 (94.14% from 255 or 33.99% from 706); Blue value is 211 (82.81% from 255 or 29.89% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0D3 is #000F2C. Grayscale: #F1F1F1. Windows color (decimal): -3885 or 13889791. OLE color: 13889791.
HSL color Cylindrical-coordinate representation of color #FFF0D3: hue angle of 39.55º 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 #FFF0D3 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 211 | - |
| CMYK | 0 | 0.06 | 0.17 | 0 |
| HSL | 39.55º | 1% | 0.91% | - |
| HSV(B) | 39.55º | 0.17% | 1% | - |
| XYZ | 84.16 | 88.28 | 74.23 | - |
| YUV | 241.18 | 110.97 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 211 | 0 | 0.06 | 0.17 | 0 | 39.55 | 1 | 0.91 |
| Hex | FF | F0 | D3 | 0 | 6 | 11 | 0 | 28 | 64 | 5B |
| Octal | 377 | 360 | 323 | 0 | 6 | 21 | 0 | 50 | 144 | 133 |
| Binary | 11111111 | 11110000 | 11010011 | 0 | 110 | 10001 | 0 | 101000 | 1100100 | 1011011 |
Color Harmonies of #FFF0D3
Complementary color
Monochromatic Colors of #FFF0D3
Black with #FFF0D3
Text Example
Text Example
White with #FFF0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0D3; }
p { color: rgb(255,240,211); }
H1.HeaderClassName
{
color: #FFF0D3;
}
.AnyTagClassName
{
color: #FFF0D3;
}
</style>
background-color css
<style>
a { background-color: #FFF0D3; }
a { background-color: rgb(255,240,211); }
div.DivClassName
{
background-color: #FFF0D3;
}
.BgClassName
{
background-color: #FFF0D3;
}
</style>
border-color css
<style>
span { border-color: #FFF0D3; }
span { border-color: rgb(255,240,211); }
td.TdClassName
{
border-color: #FFF0D3;
}
.TagClassName
{
border-color: #FFF0D3;
}
</style>