Shades of Vis Vis #FCDD8B
Tints of Vis Vis #FCDD8B
RGB
CMYK
RGB Variations
Color information
#FCDD8B (or 0xFCDD8B) is known color: Vis Vis. HEX triplet: FC, DD and 8B. RGB value is (252,221,139). Sum of RGB (Red+Green+Blue) = 252+221+139=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 139 (54.69% from 255 or 22.71% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDD8B is #032274. Grayscale: #DDDDDD. Windows color (decimal): -205429 or 9166332. OLE color: 9166332.
HSL color Cylindrical-coordinate representation of color #FCDD8B: hue angle of 43.54º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCDD8B is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 139 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.01 |
| HSL | 43.54º | 0.95% | 0.77% | - |
| HSV(B) | 43.54º | 0.45% | 0.99% | - |
| XYZ | 70.66 | 74.27 | 35.04 | - |
| YUV | 220.92 | 81.77 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 139 | 0 | 0.12 | 0.45 | 0.01 | 43.54 | 0.95 | 0.77 |
| Hex | FC | DD | 8B | 0 | C | 2D | 1 | 2C | 5F | 4D |
| Octal | 374 | 335 | 213 | 0 | 14 | 55 | 1 | 54 | 137 | 115 |
| Binary | 11111100 | 11011101 | 10001011 | 0 | 1100 | 101101 | 1 | 101100 | 1011111 | 1001101 |
Color Harmonies of #FCDD8B
Complementary color
Monochromatic Colors of #FCDD8B
Black with #FCDD8B
Text Example
Text Example
White with #FCDD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD8B; }
p { color: rgb(252,221,139); }
H1.HeaderClassName
{
color: #FCDD8B;
}
.AnyTagClassName
{
color: #FCDD8B;
}
</style>
background-color css
<style>
a { background-color: #FCDD8B; }
a { background-color: rgb(252,221,139); }
div.DivClassName
{
background-color: #FCDD8B;
}
.BgClassName
{
background-color: #FCDD8B;
}
</style>
border-color css
<style>
span { border-color: #FCDD8B; }
span { border-color: rgb(252,221,139); }
td.TdClassName
{
border-color: #FCDD8B;
}
.TagClassName
{
border-color: #FCDD8B;
}
</style>