Shades of Varden #FFF1CE
Tints of Varden #FFF1CE
RGB
CMYK
RGB Variations
Color information
#FFF1CE (or 0xFFF1CE) is known color: Varden. HEX triplet: FF, F1 and CE. RGB value is (255,241,206). Sum of RGB (Red+Green+Blue) = 255+241+206=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 241 (94.53% from 255 or 34.33% from 702); Blue value is 206 (80.86% from 255 or 29.34% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF1CE is #000E31. Grayscale: #F1F1F1. Windows color (decimal): -3634 or 13562367. OLE color: 13562367.
HSL color Cylindrical-coordinate representation of color #FFF1CE: hue angle of 42.86º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFF1CE is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 206 | - |
| CMYK | 0 | 0.05 | 0.19 | 0 |
| HSL | 42.86º | 1% | 0.9% | - |
| HSV(B) | 42.86º | 0.19% | 1% | - |
| XYZ | 83.84 | 88.63 | 71.08 | - |
| YUV | 241.2 | 108.14 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 206 | 0 | 0.05 | 0.19 | 0 | 42.86 | 1 | 0.9 |
| Hex | FF | F1 | CE | 0 | 5 | 13 | 0 | 2B | 64 | 5A |
| Octal | 377 | 361 | 316 | 0 | 5 | 23 | 0 | 53 | 144 | 132 |
| Binary | 11111111 | 11110001 | 11001110 | 0 | 101 | 10011 | 0 | 101011 | 1100100 | 1011010 |
Color Harmonies of #FFF1CE
Complementary color
Monochromatic Colors of #FFF1CE
Black with #FFF1CE
Text Example
Text Example
White with #FFF1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1CE; }
p { color: rgb(255,241,206); }
H1.HeaderClassName
{
color: #FFF1CE;
}
.AnyTagClassName
{
color: #FFF1CE;
}
</style>
background-color css
<style>
a { background-color: #FFF1CE; }
a { background-color: rgb(255,241,206); }
div.DivClassName
{
background-color: #FFF1CE;
}
.BgClassName
{
background-color: #FFF1CE;
}
</style>
border-color css
<style>
span { border-color: #FFF1CE; }
span { border-color: rgb(255,241,206); }
td.TdClassName
{
border-color: #FFF1CE;
}
.TagClassName
{
border-color: #FFF1CE;
}
</style>