Shades of Grandis #FACE6D
Tints of Grandis #FACE6D
RGB
CMYK
RGB Variations
Color information
#FACE6D (or 0xFACE6D) is known color: Grandis. HEX triplet: FA, CE and 6D. RGB value is (250,206,109). Sum of RGB (Red+Green+Blue) = 250+206+109=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 109 (42.97% from 255 or 19.29% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACE6D is #053192. Grayscale: #D0D0D0. Windows color (decimal): -340371 or 7196410. OLE color: 7196410.
HSL color Cylindrical-coordinate representation of color #FACE6D: hue angle of 41.28º 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 #FACE6D is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 109 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.02 |
| HSL | 41.28º | 0.93% | 0.7% | - |
| HSV(B) | 41.28º | 0.56% | 0.98% | - |
| XYZ | 64.26 | 65.57 | 23.74 | - |
| YUV | 208.1 | 72.08 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 109 | 0 | 0.18 | 0.56 | 0.02 | 41.28 | 0.93 | 0.7 |
| Hex | FA | CE | 6D | 0 | 12 | 38 | 2 | 29 | 5D | 46 |
| Octal | 372 | 316 | 155 | 0 | 22 | 70 | 2 | 51 | 135 | 106 |
| Binary | 11111010 | 11001110 | 1101101 | 0 | 10010 | 111000 | 10 | 101001 | 1011101 | 1000110 |
Color Harmonies of #FACE6D
Complementary color
Monochromatic Colors of #FACE6D
Black with #FACE6D
Text Example
Text Example
White with #FACE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACE6D; }
p { color: rgb(250,206,109); }
H1.HeaderClassName
{
color: #FACE6D;
}
.AnyTagClassName
{
color: #FACE6D;
}
</style>
background-color css
<style>
a { background-color: #FACE6D; }
a { background-color: rgb(250,206,109); }
div.DivClassName
{
background-color: #FACE6D;
}
.BgClassName
{
background-color: #FACE6D;
}
</style>
border-color css
<style>
span { border-color: #FACE6D; }
span { border-color: rgb(250,206,109); }
td.TdClassName
{
border-color: #FACE6D;
}
.TagClassName
{
border-color: #FACE6D;
}
</style>