Shades of Varden #FFF2D0
Tints of Varden #FFF2D0
RGB
CMYK
RGB Variations
Color information
#FFF2D0 (or 0xFFF2D0) is known color: Varden. HEX triplet: FF, F2 and D0. RGB value is (255,242,208). Sum of RGB (Red+Green+Blue) = 255+242+208=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 242 (94.92% from 255 or 34.33% from 705); Blue value is 208 (81.64% from 255 or 29.50% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2D0 is #000D2F. Grayscale: #F2F2F2. Windows color (decimal): -3376 or 13693695. OLE color: 13693695.
HSL color Cylindrical-coordinate representation of color #FFF2D0: hue angle of 43.4º 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 #FFF2D0 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 208 | - |
| CMYK | 0 | 0.05 | 0.18 | 0 |
| HSL | 43.4º | 1% | 0.91% | - |
| HSV(B) | 43.4º | 0.18% | 1% | - |
| XYZ | 84.38 | 89.32 | 72.47 | - |
| YUV | 242.01 | 108.81 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 208 | 0 | 0.05 | 0.18 | 0 | 43.4 | 1 | 0.91 |
| Hex | FF | F2 | D0 | 0 | 5 | 12 | 0 | 2B | 64 | 5B |
| Octal | 377 | 362 | 320 | 0 | 5 | 22 | 0 | 53 | 144 | 133 |
| Binary | 11111111 | 11110010 | 11010000 | 0 | 101 | 10010 | 0 | 101011 | 1100100 | 1011011 |
Color Harmonies of #FFF2D0
Complementary color
Monochromatic Colors of #FFF2D0
Black with #FFF2D0
Text Example
Text Example
White with #FFF2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF2D0; }
p { color: rgb(255,242,208); }
H1.HeaderClassName
{
color: #FFF2D0;
}
.AnyTagClassName
{
color: #FFF2D0;
}
</style>
background-color css
<style>
a { background-color: #FFF2D0; }
a { background-color: rgb(255,242,208); }
div.DivClassName
{
background-color: #FFF2D0;
}
.BgClassName
{
background-color: #FFF2D0;
}
</style>
border-color css
<style>
span { border-color: #FFF2D0; }
span { border-color: rgb(255,242,208); }
td.TdClassName
{
border-color: #FFF2D0;
}
.TagClassName
{
border-color: #FFF2D0;
}
</style>