Shades of Varden #FFF1D4
Tints of Varden #FFF1D4
RGB
CMYK
RGB Variations
Color information
#FFF1D4 (or 0xFFF1D4) is known color: Varden. HEX triplet: FF, F1 and D4. RGB value is (255,241,212). Sum of RGB (Red+Green+Blue) = 255+241+212=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 241 (94.53% from 255 or 34.04% from 708); Blue value is 212 (83.20% from 255 or 29.94% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF1D4 is #000E2B. Grayscale: #F2F2F2. Windows color (decimal): -3628 or 13955583. OLE color: 13955583.
HSL color Cylindrical-coordinate representation of color #FFF1D4: hue angle of 40.47º 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 #FFF1D4 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 212 | - |
| CMYK | 0 | 0.05 | 0.17 | 0 |
| HSL | 40.47º | 1% | 0.92% | - |
| HSV(B) | 40.47º | 0.17% | 1% | - |
| XYZ | 84.58 | 88.92 | 74.99 | - |
| YUV | 241.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 212 | 0 | 0.05 | 0.17 | 0 | 40.47 | 1 | 0.92 |
| Hex | FF | F1 | D4 | 0 | 5 | 11 | 0 | 28 | 64 | 5C |
| Octal | 377 | 361 | 324 | 0 | 5 | 21 | 0 | 50 | 144 | 134 |
| Binary | 11111111 | 11110001 | 11010100 | 0 | 101 | 10001 | 0 | 101000 | 1100100 | 1011100 |
Color Harmonies of #FFF1D4
Complementary color
Monochromatic Colors of #FFF1D4
Black with #FFF1D4
Text Example
Text Example
White with #FFF1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1D4; }
p { color: rgb(255,241,212); }
H1.HeaderClassName
{
color: #FFF1D4;
}
.AnyTagClassName
{
color: #FFF1D4;
}
</style>
background-color css
<style>
a { background-color: #FFF1D4; }
a { background-color: rgb(255,241,212); }
div.DivClassName
{
background-color: #FFF1D4;
}
.BgClassName
{
background-color: #FFF1D4;
}
</style>
border-color css
<style>
span { border-color: #FFF1D4; }
span { border-color: rgb(255,241,212); }
td.TdClassName
{
border-color: #FFF1D4;
}
.TagClassName
{
border-color: #FFF1D4;
}
</style>