Shades of Vis Vis #FCDD92
Tints of Vis Vis #FCDD92
RGB
CMYK
RGB Variations
Color information
#FCDD92 (or 0xFCDD92) is known color: Vis Vis. HEX triplet: FC, DD and 92. RGB value is (252,221,146). Sum of RGB (Red+Green+Blue) = 252+221+146=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 146 (57.42% from 255 or 23.59% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDD92 is #03226D. Grayscale: #DEDEDE. Windows color (decimal): -205422 or 9625084. OLE color: 9625084.
HSL color Cylindrical-coordinate representation of color #FCDD92: hue angle of 42.45º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCDD92 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 146 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.01 |
| HSL | 42.45º | 0.95% | 0.78% | - |
| HSV(B) | 42.45º | 0.42% | 0.99% | - |
| XYZ | 71.19 | 74.48 | 37.82 | - |
| YUV | 221.72 | 85.27 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 146 | 0 | 0.12 | 0.42 | 0.01 | 42.45 | 0.95 | 0.78 |
| Hex | FC | DD | 92 | 0 | C | 2A | 1 | 2A | 5F | 4E |
| Octal | 374 | 335 | 222 | 0 | 14 | 52 | 1 | 52 | 137 | 116 |
| Binary | 11111100 | 11011101 | 10010010 | 0 | 1100 | 101010 | 1 | 101010 | 1011111 | 1001110 |
Color Harmonies of #FCDD92
Complementary color
Monochromatic Colors of #FCDD92
Black with #FCDD92
Text Example
Text Example
White with #FCDD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD92; }
p { color: rgb(252,221,146); }
H1.HeaderClassName
{
color: #FCDD92;
}
.AnyTagClassName
{
color: #FCDD92;
}
</style>
background-color css
<style>
a { background-color: #FCDD92; }
a { background-color: rgb(252,221,146); }
div.DivClassName
{
background-color: #FCDD92;
}
.BgClassName
{
background-color: #FCDD92;
}
</style>
border-color css
<style>
span { border-color: #FCDD92; }
span { border-color: rgb(252,221,146); }
td.TdClassName
{
border-color: #FCDD92;
}
.TagClassName
{
border-color: #FCDD92;
}
</style>