Shades of Varden #FFF2CE
Tints of Varden #FFF2CE
RGB
CMYK
RGB Variations
Color information
#FFF2CE (or 0xFFF2CE) is known color: Varden. HEX triplet: FF, F2 and CE. RGB value is (255,242,206). Sum of RGB (Red+Green+Blue) = 255+242+206=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 242 (94.92% from 255 or 34.42% from 703); Blue value is 206 (80.86% from 255 or 29.30% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2CE is #000D31. Grayscale: #F1F1F1. Windows color (decimal): -3378 or 13562623. OLE color: 13562623.
HSL color Cylindrical-coordinate representation of color #FFF2CE: hue angle of 44.08º 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 #FFF2CE is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 206 | - |
| CMYK | 0 | 0.05 | 0.19 | 0 |
| HSL | 44.08º | 1% | 0.9% | - |
| HSV(B) | 44.08º | 0.19% | 1% | - |
| XYZ | 84.13 | 89.22 | 71.18 | - |
| YUV | 241.78 | 107.81 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 206 | 0 | 0.05 | 0.19 | 0 | 44.08 | 1 | 0.9 |
| Hex | FF | F2 | CE | 0 | 5 | 13 | 0 | 2C | 64 | 5A |
| Octal | 377 | 362 | 316 | 0 | 5 | 23 | 0 | 54 | 144 | 132 |
| Binary | 11111111 | 11110010 | 11001110 | 0 | 101 | 10011 | 0 | 101100 | 1100100 | 1011010 |
Color Harmonies of #FFF2CE
Complementary color
Monochromatic Colors of #FFF2CE
Black with #FFF2CE
Text Example
Text Example
White with #FFF2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF2CE; }
p { color: rgb(255,242,206); }
H1.HeaderClassName
{
color: #FFF2CE;
}
.AnyTagClassName
{
color: #FFF2CE;
}
</style>
background-color css
<style>
a { background-color: #FFF2CE; }
a { background-color: rgb(255,242,206); }
div.DivClassName
{
background-color: #FFF2CE;
}
.BgClassName
{
background-color: #FFF2CE;
}
</style>
border-color css
<style>
span { border-color: #FFF2CE; }
span { border-color: rgb(255,242,206); }
td.TdClassName
{
border-color: #FFF2CE;
}
.TagClassName
{
border-color: #FFF2CE;
}
</style>