Shades of Grandis #FACD6D
Tints of Grandis #FACD6D
RGB
CMYK
RGB Variations
Color information
#FACD6D (or 0xFACD6D) is known color: Grandis. HEX triplet: FA, CD and 6D. RGB value is (250,205,109). Sum of RGB (Red+Green+Blue) = 250+205+109=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 109 (42.97% from 255 or 19.33% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD6D is #053292. Grayscale: #CFCFCF. Windows color (decimal): -340627 or 7196154. OLE color: 7196154.
HSL color Cylindrical-coordinate representation of color #FACD6D: hue angle of 40.85º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FACD6D is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 109 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.02 |
| HSL | 40.85º | 0.93% | 0.7% | - |
| HSV(B) | 40.85º | 0.56% | 0.98% | - |
| XYZ | 64.02 | 65.09 | 23.66 | - |
| YUV | 207.51 | 72.41 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 109 | 0 | 0.18 | 0.56 | 0.02 | 40.85 | 0.93 | 0.7 |
| Hex | FA | CD | 6D | 0 | 12 | 38 | 2 | 29 | 5D | 46 |
| Octal | 372 | 315 | 155 | 0 | 22 | 70 | 2 | 51 | 135 | 106 |
| Binary | 11111010 | 11001101 | 1101101 | 0 | 10010 | 111000 | 10 | 101001 | 1011101 | 1000110 |
Color Harmonies of #FACD6D
Complementary color
Monochromatic Colors of #FACD6D
Black with #FACD6D
Text Example
Text Example
White with #FACD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD6D; }
p { color: rgb(250,205,109); }
H1.HeaderClassName
{
color: #FACD6D;
}
.AnyTagClassName
{
color: #FACD6D;
}
</style>
background-color css
<style>
a { background-color: #FACD6D; }
a { background-color: rgb(250,205,109); }
div.DivClassName
{
background-color: #FACD6D;
}
.BgClassName
{
background-color: #FACD6D;
}
</style>
border-color css
<style>
span { border-color: #FACD6D; }
span { border-color: rgb(250,205,109); }
td.TdClassName
{
border-color: #FACD6D;
}
.TagClassName
{
border-color: #FACD6D;
}
</style>