Shades of Grandis #FACD67
Tints of Grandis #FACD67
RGB
CMYK
RGB Variations
Color information
#FACD67 (or 0xFACD67) is known color: Grandis. HEX triplet: FA, CD and 67. RGB value is (250,205,103). Sum of RGB (Red+Green+Blue) = 250+205+103=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 103 (40.62% from 255 or 18.46% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD67 is #053298. Grayscale: #CFCFCF. Windows color (decimal): -340633 or 6802938. OLE color: 6802938.
HSL color Cylindrical-coordinate representation of color #FACD67: hue angle of 41.63º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FACD67 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 103 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.02 |
| HSL | 41.63º | 0.94% | 0.69% | - |
| HSV(B) | 41.63º | 0.59% | 0.98% | - |
| XYZ | 63.7 | 64.97 | 22.01 | - |
| YUV | 206.83 | 69.41 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 103 | 0 | 0.18 | 0.59 | 0.02 | 41.63 | 0.94 | 0.69 |
| Hex | FA | CD | 67 | 0 | 12 | 3B | 2 | 2A | 5E | 45 |
| Octal | 372 | 315 | 147 | 0 | 22 | 73 | 2 | 52 | 136 | 105 |
| Binary | 11111010 | 11001101 | 1100111 | 0 | 10010 | 111011 | 10 | 101010 | 1011110 | 1000101 |
Color Harmonies of #FACD67
Complementary color
Monochromatic Colors of #FACD67
Black with #FACD67
Text Example
Text Example
White with #FACD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD67; }
p { color: rgb(250,205,103); }
H1.HeaderClassName
{
color: #FACD67;
}
.AnyTagClassName
{
color: #FACD67;
}
</style>
background-color css
<style>
a { background-color: #FACD67; }
a { background-color: rgb(250,205,103); }
div.DivClassName
{
background-color: #FACD67;
}
.BgClassName
{
background-color: #FACD67;
}
</style>
border-color css
<style>
span { border-color: #FACD67; }
span { border-color: rgb(250,205,103); }
td.TdClassName
{
border-color: #FACD67;
}
.TagClassName
{
border-color: #FACD67;
}
</style>