Shades of Varden #FFF0D0
Tints of Varden #FFF0D0
RGB
CMYK
RGB Variations
Color information
#FFF0D0 (or 0xFFF0D0) is known color: Varden. HEX triplet: FF, F0 and D0. RGB value is (255,240,208). Sum of RGB (Red+Green+Blue) = 255+240+208=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 240 (94.14% from 255 or 34.14% from 703); Blue value is 208 (81.64% from 255 or 29.59% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0D0 is #000F2F. Grayscale: #F0F0F0. Windows color (decimal): -3888 or 13693183. OLE color: 13693183.
HSL color Cylindrical-coordinate representation of color #FFF0D0: hue angle of 40.85º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFF0D0 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 208 | - |
| CMYK | 0 | 0.06 | 0.18 | 0 |
| HSL | 40.85º | 1% | 0.91% | - |
| HSV(B) | 40.85º | 0.18% | 1% | - |
| XYZ | 83.79 | 88.13 | 72.27 | - |
| YUV | 240.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 208 | 0 | 0.06 | 0.18 | 0 | 40.85 | 1 | 0.91 |
| Hex | FF | F0 | D0 | 0 | 6 | 12 | 0 | 29 | 64 | 5B |
| Octal | 377 | 360 | 320 | 0 | 6 | 22 | 0 | 51 | 144 | 133 |
| Binary | 11111111 | 11110000 | 11010000 | 0 | 110 | 10010 | 0 | 101001 | 1100100 | 1011011 |
Color Harmonies of #FFF0D0
Complementary color
Monochromatic Colors of #FFF0D0
Black with #FFF0D0
Text Example
Text Example
White with #FFF0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0D0; }
p { color: rgb(255,240,208); }
H1.HeaderClassName
{
color: #FFF0D0;
}
.AnyTagClassName
{
color: #FFF0D0;
}
</style>
background-color css
<style>
a { background-color: #FFF0D0; }
a { background-color: rgb(255,240,208); }
div.DivClassName
{
background-color: #FFF0D0;
}
.BgClassName
{
background-color: #FFF0D0;
}
</style>
border-color css
<style>
span { border-color: #FFF0D0; }
span { border-color: rgb(255,240,208); }
td.TdClassName
{
border-color: #FFF0D0;
}
.TagClassName
{
border-color: #FFF0D0;
}
</style>