Shades of Grandis #FACD68
Tints of Grandis #FACD68
RGB
CMYK
RGB Variations
Color information
#FACD68 (or 0xFACD68) is known color: Grandis. HEX triplet: FA, CD and 68. RGB value is (250,205,104). Sum of RGB (Red+Green+Blue) = 250+205+104=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 104 (41.02% from 255 or 18.60% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD68 is #053297. Grayscale: #CFCFCF. Windows color (decimal): -340632 or 6868474. OLE color: 6868474.
HSL color Cylindrical-coordinate representation of color #FACD68: hue angle of 41.51º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FACD68 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 104 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.02 |
| HSL | 41.51º | 0.94% | 0.69% | - |
| HSV(B) | 41.51º | 0.58% | 0.98% | - |
| XYZ | 63.75 | 64.99 | 22.28 | - |
| YUV | 206.94 | 69.91 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 104 | 0 | 0.18 | 0.58 | 0.02 | 41.51 | 0.94 | 0.69 |
| Hex | FA | CD | 68 | 0 | 12 | 3A | 2 | 2A | 5E | 45 |
| Octal | 372 | 315 | 150 | 0 | 22 | 72 | 2 | 52 | 136 | 105 |
| Binary | 11111010 | 11001101 | 1101000 | 0 | 10010 | 111010 | 10 | 101010 | 1011110 | 1000101 |
Color Harmonies of #FACD68
Complementary color
Monochromatic Colors of #FACD68
Black with #FACD68
Text Example
Text Example
White with #FACD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD68; }
p { color: rgb(250,205,104); }
H1.HeaderClassName
{
color: #FACD68;
}
.AnyTagClassName
{
color: #FACD68;
}
</style>
background-color css
<style>
a { background-color: #FACD68; }
a { background-color: rgb(250,205,104); }
div.DivClassName
{
background-color: #FACD68;
}
.BgClassName
{
background-color: #FACD68;
}
</style>
border-color css
<style>
span { border-color: #FACD68; }
span { border-color: rgb(250,205,104); }
td.TdClassName
{
border-color: #FACD68;
}
.TagClassName
{
border-color: #FACD68;
}
</style>