Shades of Varden #FFF0D4
Tints of Varden #FFF0D4
RGB
CMYK
RGB Variations
Color information
#FFF0D4 (or 0xFFF0D4) is known color: Varden. HEX triplet: FF, F0 and D4. RGB value is (255,240,212). Sum of RGB (Red+Green+Blue) = 255+240+212=707 (93% of max value = 765). Red value is 255 (100% from 255 or 36.07% from 707); Green value is 240 (94.14% from 255 or 33.95% from 707); Blue value is 212 (83.20% from 255 or 29.99% from 707); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0D4 is #000F2B. Grayscale: #F1F1F1. Windows color (decimal): -3884 or 13955327. OLE color: 13955327.
HSL color Cylindrical-coordinate representation of color #FFF0D4: hue angle of 39.07º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFF0D4 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 212 | - |
| CMYK | 0 | 0.06 | 0.17 | 0 |
| HSL | 39.07º | 1% | 0.92% | - |
| HSV(B) | 39.07º | 0.17% | 1% | - |
| XYZ | 84.28 | 88.33 | 74.9 | - |
| YUV | 241.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 212 | 0 | 0.06 | 0.17 | 0 | 39.07 | 1 | 0.92 |
| Hex | FF | F0 | D4 | 0 | 6 | 11 | 0 | 27 | 64 | 5C |
| Octal | 377 | 360 | 324 | 0 | 6 | 21 | 0 | 47 | 144 | 134 |
| Binary | 11111111 | 11110000 | 11010100 | 0 | 110 | 10001 | 0 | 100111 | 1100100 | 1011100 |
Color Harmonies of #FFF0D4
Complementary color
Monochromatic Colors of #FFF0D4
Black with #FFF0D4
Text Example
Text Example
White with #FFF0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0D4; }
p { color: rgb(255,240,212); }
H1.HeaderClassName
{
color: #FFF0D4;
}
.AnyTagClassName
{
color: #FFF0D4;
}
</style>
background-color css
<style>
a { background-color: #FFF0D4; }
a { background-color: rgb(255,240,212); }
div.DivClassName
{
background-color: #FFF0D4;
}
.BgClassName
{
background-color: #FFF0D4;
}
</style>
border-color css
<style>
span { border-color: #FFF0D4; }
span { border-color: rgb(255,240,212); }
td.TdClassName
{
border-color: #FFF0D4;
}
.TagClassName
{
border-color: #FFF0D4;
}
</style>