Shades of Varden #FFF2D1
Tints of Varden #FFF2D1
RGB
CMYK
RGB Variations
Color information
#FFF2D1 (or 0xFFF2D1) is known color: Varden. HEX triplet: FF, F2 and D1. RGB value is (255,242,209). Sum of RGB (Red+Green+Blue) = 255+242+209=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 242 (94.92% from 255 or 34.28% from 706); Blue value is 209 (82.03% from 255 or 29.60% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2D1 is #000D2E. Grayscale: #F2F2F2. Windows color (decimal): -3375 or 13759231. OLE color: 13759231.
HSL color Cylindrical-coordinate representation of color #FFF2D1: hue angle of 43.04º 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 #FFF2D1 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 209 | - |
| CMYK | 0 | 0.05 | 0.18 | 0 |
| HSL | 43.04º | 1% | 0.91% | - |
| HSV(B) | 43.04º | 0.18% | 1% | - |
| XYZ | 84.5 | 89.37 | 73.12 | - |
| YUV | 242.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 209 | 0 | 0.05 | 0.18 | 0 | 43.04 | 1 | 0.91 |
| Hex | FF | F2 | D1 | 0 | 5 | 12 | 0 | 2B | 64 | 5B |
| Octal | 377 | 362 | 321 | 0 | 5 | 22 | 0 | 53 | 144 | 133 |
| Binary | 11111111 | 11110010 | 11010001 | 0 | 101 | 10010 | 0 | 101011 | 1100100 | 1011011 |
Color Harmonies of #FFF2D1
Complementary color
Monochromatic Colors of #FFF2D1
Black with #FFF2D1
Text Example
Text Example
White with #FFF2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF2D1; }
p { color: rgb(255,242,209); }
H1.HeaderClassName
{
color: #FFF2D1;
}
.AnyTagClassName
{
color: #FFF2D1;
}
</style>
background-color css
<style>
a { background-color: #FFF2D1; }
a { background-color: rgb(255,242,209); }
div.DivClassName
{
background-color: #FFF2D1;
}
.BgClassName
{
background-color: #FFF2D1;
}
</style>
border-color css
<style>
span { border-color: #FFF2D1; }
span { border-color: rgb(255,242,209); }
td.TdClassName
{
border-color: #FFF2D1;
}
.TagClassName
{
border-color: #FFF2D1;
}
</style>