Shades of Grandis #FACE69
Tints of Grandis #FACE69
RGB
CMYK
RGB Variations
Color information
#FACE69 (or 0xFACE69) is known color: Grandis. HEX triplet: FA, CE and 69. RGB value is (250,206,105). Sum of RGB (Red+Green+Blue) = 250+206+105=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 105 (41.41% from 255 or 18.72% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACE69 is #053196. Grayscale: #D0D0D0. Windows color (decimal): -340375 or 6934266. OLE color: 6934266.
HSL color Cylindrical-coordinate representation of color #FACE69: hue angle of 41.79º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FACE69 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 105 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.02 |
| HSL | 41.79º | 0.94% | 0.7% | - |
| HSV(B) | 41.79º | 0.58% | 0.98% | - |
| XYZ | 64.05 | 65.49 | 22.63 | - |
| YUV | 207.64 | 70.08 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 105 | 0 | 0.18 | 0.58 | 0.02 | 41.79 | 0.94 | 0.7 |
| Hex | FA | CE | 69 | 0 | 12 | 3A | 2 | 2A | 5E | 46 |
| Octal | 372 | 316 | 151 | 0 | 22 | 72 | 2 | 52 | 136 | 106 |
| Binary | 11111010 | 11001110 | 1101001 | 0 | 10010 | 111010 | 10 | 101010 | 1011110 | 1000110 |
Color Harmonies of #FACE69
Complementary color
Monochromatic Colors of #FACE69
Black with #FACE69
Text Example
Text Example
White with #FACE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACE69; }
p { color: rgb(250,206,105); }
H1.HeaderClassName
{
color: #FACE69;
}
.AnyTagClassName
{
color: #FACE69;
}
</style>
background-color css
<style>
a { background-color: #FACE69; }
a { background-color: rgb(250,206,105); }
div.DivClassName
{
background-color: #FACE69;
}
.BgClassName
{
background-color: #FACE69;
}
</style>
border-color css
<style>
span { border-color: #FACE69; }
span { border-color: rgb(250,206,105); }
td.TdClassName
{
border-color: #FACE69;
}
.TagClassName
{
border-color: #FACE69;
}
</style>