Shades of Varden #FFF2CF
Tints of Varden #FFF2CF
RGB
CMYK
RGB Variations
Color information
#FFF2CF (or 0xFFF2CF) is known color: Varden. HEX triplet: FF, F2 and CF. RGB value is (255,242,207). Sum of RGB (Red+Green+Blue) = 255+242+207=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 242 (94.92% from 255 or 34.38% from 704); Blue value is 207 (81.25% from 255 or 29.40% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2CF is #000D30. Grayscale: #F2F2F2. Windows color (decimal): -3377 or 13628159. OLE color: 13628159.
HSL color Cylindrical-coordinate representation of color #FFF2CF: hue angle of 43.75º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFF2CF is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 207 | - |
| CMYK | 0 | 0.05 | 0.19 | 0 |
| HSL | 43.75º | 1% | 0.91% | - |
| HSV(B) | 43.75º | 0.19% | 1% | - |
| XYZ | 84.25 | 89.27 | 71.82 | - |
| YUV | 241.9 | 108.31 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 207 | 0 | 0.05 | 0.19 | 0 | 43.75 | 1 | 0.91 |
| Hex | FF | F2 | CF | 0 | 5 | 13 | 0 | 2C | 64 | 5B |
| Octal | 377 | 362 | 317 | 0 | 5 | 23 | 0 | 54 | 144 | 133 |
| Binary | 11111111 | 11110010 | 11001111 | 0 | 101 | 10011 | 0 | 101100 | 1100100 | 1011011 |
Color Harmonies of #FFF2CF
Complementary color
Monochromatic Colors of #FFF2CF
Black with #FFF2CF
Text Example
Text Example
White with #FFF2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF2CF; }
p { color: rgb(255,242,207); }
H1.HeaderClassName
{
color: #FFF2CF;
}
.AnyTagClassName
{
color: #FFF2CF;
}
</style>
background-color css
<style>
a { background-color: #FFF2CF; }
a { background-color: rgb(255,242,207); }
div.DivClassName
{
background-color: #FFF2CF;
}
.BgClassName
{
background-color: #FFF2CF;
}
</style>
border-color css
<style>
span { border-color: #FFF2CF; }
span { border-color: rgb(255,242,207); }
td.TdClassName
{
border-color: #FFF2CF;
}
.TagClassName
{
border-color: #FFF2CF;
}
</style>