Shades of Varden #FFF1D2
Tints of Varden #FFF1D2
RGB
CMYK
RGB Variations
Color information
#FFF1D2 (or 0xFFF1D2) is known color: Varden. HEX triplet: FF, F1 and D2. RGB value is (255,241,210). Sum of RGB (Red+Green+Blue) = 255+241+210=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 241 (94.53% from 255 or 34.14% from 706); Blue value is 210 (82.42% from 255 or 29.75% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF1D2 is #000E2D. Grayscale: #F1F1F1. Windows color (decimal): -3630 or 13824511. OLE color: 13824511.
HSL color Cylindrical-coordinate representation of color #FFF1D2: hue angle of 41.33º 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 #FFF1D2 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 210 | - |
| CMYK | 0 | 0.05 | 0.18 | 0 |
| HSL | 41.33º | 1% | 0.91% | - |
| HSV(B) | 41.33º | 0.18% | 1% | - |
| XYZ | 84.33 | 88.82 | 73.67 | - |
| YUV | 241.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 210 | 0 | 0.05 | 0.18 | 0 | 41.33 | 1 | 0.91 |
| Hex | FF | F1 | D2 | 0 | 5 | 12 | 0 | 29 | 64 | 5B |
| Octal | 377 | 361 | 322 | 0 | 5 | 22 | 0 | 51 | 144 | 133 |
| Binary | 11111111 | 11110001 | 11010010 | 0 | 101 | 10010 | 0 | 101001 | 1100100 | 1011011 |
Color Harmonies of #FFF1D2
Complementary color
Monochromatic Colors of #FFF1D2
Black with #FFF1D2
Text Example
Text Example
White with #FFF1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1D2; }
p { color: rgb(255,241,210); }
H1.HeaderClassName
{
color: #FFF1D2;
}
.AnyTagClassName
{
color: #FFF1D2;
}
</style>
background-color css
<style>
a { background-color: #FFF1D2; }
a { background-color: rgb(255,241,210); }
div.DivClassName
{
background-color: #FFF1D2;
}
.BgClassName
{
background-color: #FFF1D2;
}
</style>
border-color css
<style>
span { border-color: #FFF1D2; }
span { border-color: rgb(255,241,210); }
td.TdClassName
{
border-color: #FFF1D2;
}
.TagClassName
{
border-color: #FFF1D2;
}
</style>