Shades of Vis Vis #F2DD8F
Tints of Vis Vis #F2DD8F
RGB
CMYK
RGB Variations
Color information
#F2DD8F (or 0xF2DD8F) is known color: Vis Vis. HEX triplet: F2, DD and 8F. RGB value is (242,221,143). Sum of RGB (Red+Green+Blue) = 242+221+143=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 143 (56.25% from 255 or 23.60% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DD8F is #0D2270. Grayscale: #DADADA. Windows color (decimal): -860785 or 9428466. OLE color: 9428466.
HSL color Cylindrical-coordinate representation of color #F2DD8F: hue angle of 47.27º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2DD8F is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 143 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.05 |
| HSL | 47.27º | 0.79% | 0.75% | - |
| HSV(B) | 47.27º | 0.41% | 0.95% | - |
| XYZ | 67.43 | 72.57 | 36.44 | - |
| YUV | 218.39 | 85.46 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 143 | 0 | 0.09 | 0.41 | 0.05 | 47.27 | 0.79 | 0.75 |
| Hex | F2 | DD | 8F | 0 | 9 | 29 | 5 | 2F | 4F | 4B |
| Octal | 362 | 335 | 217 | 0 | 11 | 51 | 5 | 57 | 117 | 113 |
| Binary | 11110010 | 11011101 | 10001111 | 0 | 1001 | 101001 | 101 | 101111 | 1001111 | 1001011 |
Color Harmonies of #F2DD8F
Complementary color
Monochromatic Colors of #F2DD8F
Black with #F2DD8F
Text Example
Text Example
White with #F2DD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DD8F; }
p { color: rgb(242,221,143); }
H1.HeaderClassName
{
color: #F2DD8F;
}
.AnyTagClassName
{
color: #F2DD8F;
}
</style>
background-color css
<style>
a { background-color: #F2DD8F; }
a { background-color: rgb(242,221,143); }
div.DivClassName
{
background-color: #F2DD8F;
}
.BgClassName
{
background-color: #F2DD8F;
}
</style>
border-color css
<style>
span { border-color: #F2DD8F; }
span { border-color: rgb(242,221,143); }
td.TdClassName
{
border-color: #F2DD8F;
}
.TagClassName
{
border-color: #F2DD8F;
}
</style>