Shades of Vis Vis #F4DD94
Tints of Vis Vis #F4DD94
RGB
CMYK
RGB Variations
Color information
#F4DD94 (or 0xF4DD94) is known color: Vis Vis. HEX triplet: F4, DD and 94. RGB value is (244,221,148). Sum of RGB (Red+Green+Blue) = 244+221+148=613 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.80% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 148 (58.20% from 255 or 24.14% from 613); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DD94 is #0B226B. Grayscale: #DBDBDB. Windows color (decimal): -729708 or 9756148. OLE color: 9756148.
HSL color Cylindrical-coordinate representation of color #F4DD94: hue angle of 45.62º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F4DD94 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 221 | 148 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.04 |
| HSL | 45.63º | 0.81% | 0.77% | - |
| HSV(B) | 45.63º | 0.39% | 0.96% | - |
| XYZ | 68.51 | 73.08 | 38.51 | - |
| YUV | 219.56 | 87.62 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 221 | 148 | 0 | 0.09 | 0.39 | 0.04 | 45.63 | 0.81 | 0.77 |
| Hex | F4 | DD | 94 | 0 | 9 | 27 | 4 | 2E | 51 | 4D |
| Octal | 364 | 335 | 224 | 0 | 11 | 47 | 4 | 56 | 121 | 115 |
| Binary | 11110100 | 11011101 | 10010100 | 0 | 1001 | 100111 | 100 | 101110 | 1010001 | 1001101 |
Color Harmonies of #F4DD94
Complementary color
Monochromatic Colors of #F4DD94
Black with #F4DD94
Text Example
Text Example
White with #F4DD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DD94; }
p { color: rgb(244,221,148); }
H1.HeaderClassName
{
color: #F4DD94;
}
.AnyTagClassName
{
color: #F4DD94;
}
</style>
background-color css
<style>
a { background-color: #F4DD94; }
a { background-color: rgb(244,221,148); }
div.DivClassName
{
background-color: #F4DD94;
}
.BgClassName
{
background-color: #F4DD94;
}
</style>
border-color css
<style>
span { border-color: #F4DD94; }
span { border-color: rgb(244,221,148); }
td.TdClassName
{
border-color: #F4DD94;
}
.TagClassName
{
border-color: #F4DD94;
}
</style>