Shades of Vis Vis #FDDC90
Tints of Vis Vis #FDDC90
RGB
CMYK
RGB Variations
Color information
#FDDC90 (or 0xFDDC90) is known color: Vis Vis. HEX triplet: FD, DC and 90. RGB value is (253,220,144). Sum of RGB (Red+Green+Blue) = 253+220+144=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 144 (56.64% from 255 or 23.34% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC90 is #02236F. Grayscale: #DDDDDD. Windows color (decimal): -140144 or 9493757. OLE color: 9493757.
HSL color Cylindrical-coordinate representation of color #FDDC90: hue angle of 41.83º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDDC90 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 144 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.01 |
| HSL | 41.83º | 0.96% | 0.78% | - |
| HSV(B) | 41.83º | 0.43% | 0.99% | - |
| XYZ | 71.14 | 74.08 | 36.94 | - |
| YUV | 221.2 | 84.43 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 144 | 0 | 0.13 | 0.43 | 0.01 | 41.83 | 0.96 | 0.78 |
| Hex | FD | DC | 90 | 0 | D | 2B | 1 | 2A | 60 | 4E |
| Octal | 375 | 334 | 220 | 0 | 15 | 53 | 1 | 52 | 140 | 116 |
| Binary | 11111101 | 11011100 | 10010000 | 0 | 1101 | 101011 | 1 | 101010 | 1100000 | 1001110 |
Color Harmonies of #FDDC90
Complementary color
Monochromatic Colors of #FDDC90
Black with #FDDC90
Text Example
Text Example
White with #FDDC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC90; }
p { color: rgb(253,220,144); }
H1.HeaderClassName
{
color: #FDDC90;
}
.AnyTagClassName
{
color: #FDDC90;
}
</style>
background-color css
<style>
a { background-color: #FDDC90; }
a { background-color: rgb(253,220,144); }
div.DivClassName
{
background-color: #FDDC90;
}
.BgClassName
{
background-color: #FDDC90;
}
</style>
border-color css
<style>
span { border-color: #FDDC90; }
span { border-color: rgb(253,220,144); }
td.TdClassName
{
border-color: #FDDC90;
}
.TagClassName
{
border-color: #FDDC90;
}
</style>