Shades of Varden #FFF0CC
Tints of Varden #FFF0CC
RGB
CMYK
RGB Variations
Color information
#FFF0CC (or 0xFFF0CC) is known color: Varden. HEX triplet: FF, F0 and CC. RGB value is (255,240,204). Sum of RGB (Red+Green+Blue) = 255+240+204=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 240 (94.14% from 255 or 34.33% from 699); Blue value is 204 (80.08% from 255 or 29.18% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0CC is #000F33. Grayscale: #F0F0F0. Windows color (decimal): -3892 or 13431039. OLE color: 13431039.
HSL color Cylindrical-coordinate representation of color #FFF0CC: hue angle of 42.35º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFF0CC is Cyan = 0, Magento = 0.06, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 204 | - |
| CMYK | 0 | 0.06 | 0.2 | 0 |
| HSL | 42.35º | 1% | 0.9% | - |
| HSV(B) | 42.35º | 0.2% | 1% | - |
| XYZ | 83.3 | 87.94 | 69.71 | - |
| YUV | 240.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 204 | 0 | 0.06 | 0.2 | 0 | 42.35 | 1 | 0.9 |
| Hex | FF | F0 | CC | 0 | 6 | 14 | 0 | 2A | 64 | 5A |
| Octal | 377 | 360 | 314 | 0 | 6 | 24 | 0 | 52 | 144 | 132 |
| Binary | 11111111 | 11110000 | 11001100 | 0 | 110 | 10100 | 0 | 101010 | 1100100 | 1011010 |
Color Harmonies of #FFF0CC
Complementary color
Monochromatic Colors of #FFF0CC
Black with #FFF0CC
Text Example
Text Example
White with #FFF0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0CC; }
p { color: rgb(255,240,204); }
H1.HeaderClassName
{
color: #FFF0CC;
}
.AnyTagClassName
{
color: #FFF0CC;
}
</style>
background-color css
<style>
a { background-color: #FFF0CC; }
a { background-color: rgb(255,240,204); }
div.DivClassName
{
background-color: #FFF0CC;
}
.BgClassName
{
background-color: #FFF0CC;
}
</style>
border-color css
<style>
span { border-color: #FFF0CC; }
span { border-color: rgb(255,240,204); }
td.TdClassName
{
border-color: #FFF0CC;
}
.TagClassName
{
border-color: #FFF0CC;
}
</style>