Shades of Grandis #FACE6C
Tints of Grandis #FACE6C
RGB
CMYK
RGB Variations
Color information
#FACE6C (or 0xFACE6C) is known color: Grandis. HEX triplet: FA, CE and 6C. RGB value is (250,206,108). Sum of RGB (Red+Green+Blue) = 250+206+108=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 108 (42.58% from 255 or 19.15% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACE6C is #053193. Grayscale: #D0D0D0. Windows color (decimal): -340372 or 7130874. OLE color: 7130874.
HSL color Cylindrical-coordinate representation of color #FACE6C: hue angle of 41.41º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FACE6C is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 108 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.02 |
| HSL | 41.41º | 0.93% | 0.7% | - |
| HSV(B) | 41.41º | 0.57% | 0.98% | - |
| XYZ | 64.2 | 65.55 | 23.46 | - |
| YUV | 207.98 | 71.58 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 108 | 0 | 0.18 | 0.57 | 0.02 | 41.41 | 0.93 | 0.7 |
| Hex | FA | CE | 6C | 0 | 12 | 39 | 2 | 29 | 5D | 46 |
| Octal | 372 | 316 | 154 | 0 | 22 | 71 | 2 | 51 | 135 | 106 |
| Binary | 11111010 | 11001110 | 1101100 | 0 | 10010 | 111001 | 10 | 101001 | 1011101 | 1000110 |
Color Harmonies of #FACE6C
Complementary color
Monochromatic Colors of #FACE6C
Black with #FACE6C
Text Example
Text Example
White with #FACE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACE6C; }
p { color: rgb(250,206,108); }
H1.HeaderClassName
{
color: #FACE6C;
}
.AnyTagClassName
{
color: #FACE6C;
}
</style>
background-color css
<style>
a { background-color: #FACE6C; }
a { background-color: rgb(250,206,108); }
div.DivClassName
{
background-color: #FACE6C;
}
.BgClassName
{
background-color: #FACE6C;
}
</style>
border-color css
<style>
span { border-color: #FACE6C; }
span { border-color: rgb(250,206,108); }
td.TdClassName
{
border-color: #FACE6C;
}
.TagClassName
{
border-color: #FACE6C;
}
</style>