Shades of Grandis #FBCD6D
Tints of Grandis #FBCD6D
RGB
CMYK
RGB Variations
Color information
#FBCD6D (or 0xFBCD6D) is known color: Grandis. HEX triplet: FB, CD and 6D. RGB value is (251,205,109). Sum of RGB (Red+Green+Blue) = 251+205+109=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 109 (42.97% from 255 or 19.29% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCD6D is #043292. Grayscale: #D0D0D0. Windows color (decimal): -275091 or 7196155. OLE color: 7196155.
HSL color Cylindrical-coordinate representation of color #FBCD6D: hue angle of 40.56º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FBCD6D is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 109 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.02 |
| HSL | 40.56º | 0.95% | 0.71% | - |
| HSV(B) | 40.56º | 0.57% | 0.98% | - |
| XYZ | 64.38 | 65.28 | 23.67 | - |
| YUV | 207.81 | 72.24 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 109 | 0 | 0.18 | 0.57 | 0.02 | 40.56 | 0.95 | 0.71 |
| Hex | FB | CD | 6D | 0 | 12 | 39 | 2 | 29 | 5F | 47 |
| Octal | 373 | 315 | 155 | 0 | 22 | 71 | 2 | 51 | 137 | 107 |
| Binary | 11111011 | 11001101 | 1101101 | 0 | 10010 | 111001 | 10 | 101001 | 1011111 | 1000111 |
Color Harmonies of #FBCD6D
Complementary color
Monochromatic Colors of #FBCD6D
Black with #FBCD6D
Text Example
Text Example
White with #FBCD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCD6D; }
p { color: rgb(251,205,109); }
H1.HeaderClassName
{
color: #FBCD6D;
}
.AnyTagClassName
{
color: #FBCD6D;
}
</style>
background-color css
<style>
a { background-color: #FBCD6D; }
a { background-color: rgb(251,205,109); }
div.DivClassName
{
background-color: #FBCD6D;
}
.BgClassName
{
background-color: #FBCD6D;
}
</style>
border-color css
<style>
span { border-color: #FBCD6D; }
span { border-color: rgb(251,205,109); }
td.TdClassName
{
border-color: #FBCD6D;
}
.TagClassName
{
border-color: #FBCD6D;
}
</style>